Html Css Color HEX #DDEE73 Mindaro

📋 copy color: '#DDEE73'

red 221 ◦ green 238 ◦ blue 115

#DDEE73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DDEE73

Tints of Mindaro #DDEE73

RGB

 RED value IS 221 (86.72% from 255) = 38.5%

 GREEN value IS 238 (93.36% from 255) = 41.46%

 BLUE value IS 115 (45.31% from 255) = 20.03%

R = 38.5%
G = 41.46%
B = 20.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDEE73 (or 0xDDEE73) is known color: Mindaro. HEX triplet: DD, EE and 73. RGB value is (221,238,115). Sum of RGB (Red+Green+Blue) = 221+238+115=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 115 (45.31% from 255 or 20.03% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE73 is #22118C. Grayscale: #DBDBDB. Windows color (decimal): -2232717 or 7597789. OLE color: 7597789.

HSL color Cylindrical-coordinate representation of color #DDEE73: hue angle of 68.29º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDEE73 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 115 -
CMYK 0.07 0 0.52 0.07
HSL 68.29º 0.78% 0.69% -
HSV(B) 68.29º 0.52% 0.93% -
XYZ 63.49 77.76 27.88 -
YUV 218.9 69.37 129.5 -
System Red Green Blue C M Y K H S L
Decimal 221 238 115 0.07 0 0.52 0.07 68.29 0.78 0.69
Hex DD EE 73 7 0 34 7 44 4E 45
Octal 335 356 163 7 0 64 7 104 116 105
Binary 11011101 11101110 1110011 111 0 110100 111 1000100 1001110 1000101

Color Harmonies of #DDEE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE73

Black with #DDEE73

Text Example


Text Example

White with #DDEE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE73; }

 p { color: rgb(221,238,115); }

 H1.HeaderClassName
 {
   color: #DDEE73;
 }
 .AnyTagClassName
 {
   color: #DDEE73;
 }
</style>

background-color css

<style>
 a { background-color: #DDEE73; }

 a { background-color: rgb(221,238,115); }

 div.DivClassName
 {
   background-color: #DDEE73;
 }
 .BgClassName
 {
   background-color: #DDEE73;
 }
</style>

border-color css

<style>
 span { border-color: #DDEE73; }

 span { border-color: rgb(221,238,115); }

 td.TdClassName
 {
   border-color: #DDEE73;
 }
 .TagClassName
 {
   border-color: #DDEE73;
 }
</style>