Html Css Color HEX #DEEE82 Mindaro

📋 copy color: '#DEEE82'

red 222 ◦ green 238 ◦ blue 130

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

Shades of Mindaro #DEEE82

Tints of Mindaro #DEEE82

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.34%

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

R = 37.63%
G = 40.34%
B = 22.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#DEEE82 (or 0xDEEE82) is known color: Mindaro. HEX triplet: DE, EE and 82. RGB value is (222,238,130). Sum of RGB (Red+Green+Blue) = 222+238+130=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEE82 is #21117D. Grayscale: #DDDDDD. Windows color (decimal): -2167166 or 8580830. OLE color: 8580830.

HSL color Cylindrical-coordinate representation of color #DEEE82: hue angle of 68.89º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEEE82 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 238 130 -
CMYK 0.07 0 0.45 0.07
HSL 68.89º 0.76% 0.72% -
HSV(B) 68.89º 0.45% 0.93% -
XYZ 64.73 78.29 32.82 -
YUV 220.9 76.7 128.78 -
System Red Green Blue C M Y K H S L
Decimal 222 238 130 0.07 0 0.45 0.07 68.89 0.76 0.72
Hex DE EE 82 7 0 2D 7 45 4C 48
Octal 336 356 202 7 0 55 7 105 114 110
Binary 11011110 11101110 10000010 111 0 101101 111 1000101 1001100 1001000

Color Harmonies of #DEEE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEE82

Black with #DEEE82

Text Example


Text Example

White with #DEEE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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