Html Css Color HEX #DEE982 Mindaro

📋 copy color: '#DEE982'

red 222 ◦ green 233 ◦ blue 130

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

Shades of Mindaro #DEE982

Tints of Mindaro #DEE982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.22%

R = 37.95%
G = 39.83%
B = 22.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#DEE982 (or 0xDEE982) is known color: Mindaro. HEX triplet: DE, E9 and 82. RGB value is (222,233,130). Sum of RGB (Red+Green+Blue) = 222+233+130=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE982 is #21167D. Grayscale: #DADADA. Windows color (decimal): -2168446 or 8579550. OLE color: 8579550.

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

Color convert

RGB 222 233 130 -
CMYK 0.05 0 0.44 0.09
HSL 66.41º 0.7% 0.71% -
HSV(B) 66.41º 0.44% 0.91% -
XYZ 63.29 75.42 32.34 -
YUV 217.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 222 233 130 0.05 0 0.44 0.09 66.41 0.7 0.71
Hex DE E9 82 5 0 2C 9 42 46 47
Octal 336 351 202 5 0 54 11 102 106 107
Binary 11011110 11101001 10000010 101 0 101100 1001 1000010 1000110 1000111

Color Harmonies of #DEE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE982

Black with #DEE982

Text Example


Text Example

White with #DEE982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE982; }

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

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

background-color css

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

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

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

border-color css

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

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

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