Html Css Color HEX #DEE980 Mindaro

📋 copy color: '#DEE980'

red 222 ◦ green 233 ◦ blue 128

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

Shades of Mindaro #DEE980

Tints of Mindaro #DEE980

RGB

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

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

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

R = 38.08%
G = 39.97%
B = 21.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#DEE980 (or 0xDEE980) is known color: Mindaro. HEX triplet: DE, E9 and 80. RGB value is (222,233,128). Sum of RGB (Red+Green+Blue) = 222+233+128=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE980 is #21167F. Grayscale: #DADADA. Windows color (decimal): -2168448 or 8448478. OLE color: 8448478.

HSL color Cylindrical-coordinate representation of color #DEE980: hue angle of 66.29º degrees, saturation: 0.7, 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 #DEE980 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 128 -
CMYK 0.05 0 0.45 0.09
HSL 66.29º 0.7% 0.71% -
HSV(B) 66.29º 0.45% 0.91% -
XYZ 63.16 75.37 31.64 -
YUV 217.74 77.36 131.04 -
System Red Green Blue C M Y K H S L
Decimal 222 233 128 0.05 0 0.45 0.09 66.29 0.7 0.71
Hex DE E9 80 5 0 2D 9 42 46 47
Octal 336 351 200 5 0 55 11 102 106 107
Binary 11011110 11101001 10000000 101 0 101101 1001 1000010 1000110 1000111

Color Harmonies of #DEE980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE980

Black with #DEE980

Text Example


Text Example

White with #DEE980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE980; }

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

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

background-color css

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

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

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

border-color css

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

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

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