Html Css Color HEX #DEEA80 Mindaro

📋 copy color: '#DEEA80'

red 222 ◦ green 234 ◦ blue 128

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

Shades of Mindaro #DEEA80

Tints of Mindaro #DEEA80

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.07%

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

R = 38.01%
G = 40.07%
B = 21.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#DEEA80 (or 0xDEEA80) is known color: Mindaro. HEX triplet: DE, EA and 80. RGB value is (222,234,128). Sum of RGB (Red+Green+Blue) = 222+234+128=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEA80 is #21157F. Grayscale: #DADADA. Windows color (decimal): -2168192 or 8448734. OLE color: 8448734.

HSL color Cylindrical-coordinate representation of color #DEEA80: hue angle of 66.79º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEEA80 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 234 128 -
CMYK 0.05 0 0.45 0.08
HSL 66.79º 0.72% 0.71% -
HSV(B) 66.79º 0.45% 0.92% -
XYZ 63.44 75.93 31.73 -
YUV 218.33 77.02 130.62 -
System Red Green Blue C M Y K H S L
Decimal 222 234 128 0.05 0 0.45 0.08 66.79 0.72 0.71
Hex DE EA 80 5 0 2D 8 43 48 47
Octal 336 352 200 5 0 55 10 103 110 107
Binary 11011110 11101010 10000000 101 0 101101 1000 1000011 1001000 1000111

Color Harmonies of #DEEA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEA80

Black with #DEEA80

Text Example


Text Example

White with #DEEA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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