Html Css Color HEX #DEE970 Mindaro

📋 copy color: '#DEE970'

red 222 ◦ green 233 ◦ blue 112

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

Shades of Mindaro #DEE970

Tints of Mindaro #DEE970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.75%

R = 39.15%
G = 41.09%
B = 19.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#DEE970 (or 0xDEE970) is known color: Mindaro. HEX triplet: DE, E9 and 70. RGB value is (222,233,112). Sum of RGB (Red+Green+Blue) = 222+233+112=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE970 is #21168F. Grayscale: #D8D8D8. Windows color (decimal): -2168464 or 7399902. OLE color: 7399902.

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

Color convert

RGB 222 233 112 -
CMYK 0.05 0 0.52 0.09
HSL 65.45º 0.73% 0.68% -
HSV(B) 65.45º 0.52% 0.91% -
XYZ 62.19 74.98 26.52 -
YUV 215.92 69.36 132.34 -
System Red Green Blue C M Y K H S L
Decimal 222 233 112 0.05 0 0.52 0.09 65.45 0.73 0.68
Hex DE E9 70 5 0 34 9 41 49 44
Octal 336 351 160 5 0 64 11 101 111 104
Binary 11011110 11101001 1110000 101 0 110100 1001 1000001 1001001 1000100

Color Harmonies of #DEE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE970

Black with #DEE970

Text Example


Text Example

White with #DEE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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