#DEEB80

Color #DEEB80 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DEEB80

Tints of Mindaro #DEEB80

Color information

#DEEB80 (or 0xDEEB80) is unknown color: approx Mindaro. HEX triplet: DE, EB and 80. RGB value is (222,235,128). Sum of RGB (Red+Green+Blue) = 222+235+128=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEB80 is #21147F. Grayscale: #DBDBDB. Windows color (decimal): -2167936 or 8448990. OLE color: 8448990.

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

Color convert

RGB222235128-
CMYK0.0600.460.08
HSL67.29º72.79%71.18%-
HSV(B)67.29º45.53%92.16%-
XYZ63.7376.531.83-
YUV218.9276.69130.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 128 (50.39% from 255) = 21.88%
R=37.95%
G=40.17%
B=21.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222351280.0600.460.0867.2972.7971.18
HexDEEB80602E8434947
Octal336353200605610103111107
Binary11011110111010111000000011001011101000100001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEB80; }

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

 H1.HeaderClassName
 {
   color: #DEEB80;
 }
 .AnyTagClassName
 {
   color: #DEEB80;
 }
</style>
background-color css

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

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

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

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

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

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