Html Css Color HEX #DEE880 Mindaro

📋 copy color: '#DEE880'

red 222 ◦ green 232 ◦ blue 128

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

Shades of Mindaro #DEE880

Tints of Mindaro #DEE880

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.86%

 BLUE value IS 128 (50.39% from 255) = 21.99%

R = 38.14%
G = 39.86%
B = 21.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#DEE880 (or 0xDEE880) is known color: Mindaro. HEX triplet: DE, E8 and 80. RGB value is (222,232,128). Sum of RGB (Red+Green+Blue) = 222+232+128=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE880 is #21177F. Grayscale: #D9D9D9. Windows color (decimal): -2168704 or 8448222. OLE color: 8448222.

HSL color Cylindrical-coordinate representation of color #DEE880: hue angle of 65.77º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEE880 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 232 128 -
CMYK 0.04 0 0.45 0.09
HSL 65.77º 0.69% 0.71% -
HSV(B) 65.77º 0.45% 0.91% -
XYZ 62.88 74.8 31.55 -
YUV 217.15 77.69 131.46 -
System Red Green Blue C M Y K H S L
Decimal 222 232 128 0.04 0 0.45 0.09 65.77 0.69 0.71
Hex DE E8 80 4 0 2D 9 42 45 47
Octal 336 350 200 4 0 55 11 102 105 107
Binary 11011110 11101000 10000000 100 0 101101 1001 1000010 1000101 1000111

Color Harmonies of #DEE880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE880

Black with #DEE880

Text Example


Text Example

White with #DEE880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE880; }

 p { color: rgb(222,232,128); }

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

background-color css

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

 a { background-color: rgb(222,232,128); }

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

border-color css

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

 span { border-color: rgb(222,232,128); }

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