Html Css Color HEX #DEE972 Mindaro

📋 copy color: '#DEE972'

red 222 ◦ green 233 ◦ blue 114

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

Shades of Mindaro #DEE972

Tints of Mindaro #DEE972

RGB

 RED value IS 222 (87.11% from 255) = 39.02%

 GREEN value IS 233 (91.41% from 255) = 40.95%

 BLUE value IS 114 (44.92% from 255) = 20.04%

R = 39.02%
G = 40.95%
B = 20.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#DEE972 (or 0xDEE972) is known color: Mindaro. HEX triplet: DE, E9 and 72. RGB value is (222,233,114). Sum of RGB (Red+Green+Blue) = 222+233+114=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE972 is #21168D. Grayscale: #D8D8D8. Windows color (decimal): -2168462 or 7530974. OLE color: 7530974.

HSL color Cylindrical-coordinate representation of color #DEE972: hue angle of 65.55º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEE972 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 114 -
CMYK 0.05 0 0.51 0.09
HSL 65.55º 0.73% 0.68% -
HSV(B) 65.55º 0.51% 0.91% -
XYZ 62.3 75.02 27.12 -
YUV 216.15 70.36 132.18 -
System Red Green Blue C M Y K H S L
Decimal 222 233 114 0.05 0 0.51 0.09 65.55 0.73 0.68
Hex DE E9 72 5 0 33 9 42 49 44
Octal 336 351 162 5 0 63 11 102 111 104
Binary 11011110 11101001 1110010 101 0 110011 1001 1000010 1001001 1000100

Color Harmonies of #DEE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE972

Black with #DEE972

Text Example


Text Example

White with #DEE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE972; }

 p { color: rgb(222,233,114); }

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

background-color css

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

 a { background-color: rgb(222,233,114); }

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

border-color css

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

 span { border-color: rgb(222,233,114); }

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