#DEEB81

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

Shades of Mindaro #DEEB81

Tints of Mindaro #DEEB81

Color information

#DEEB81 (or 0xDEEB81) is unknown color: approx Mindaro. HEX triplet: DE, EB and 81. RGB value is (222,235,129). Sum of RGB (Red+Green+Blue) = 222+235+129=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 129 (50.78% from 255 or 22.01% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEB81 is #21147E. Grayscale: #DBDBDB. Windows color (decimal): -2167935 or 8514526. OLE color: 8514526.

HSL color Cylindrical-coordinate representation of color #DEEB81: hue angle of 67.36º degrees, saturation: 0.73, 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 #DEEB81 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB222235129-
CMYK0.0600.450.08
HSL67.36º72.6%71.37%-
HSV(B)67.36º45.11%92.16%-
XYZ63.7976.5332.18-
YUV219.0377.19130.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 235 (92.19% from 255) = 40.10%
BLUE value IS 129 (50.78% from 255) = 22.01%
R=37.88%
G=40.10%
B=22.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222351290.0600.450.0867.3672.671.37
HexDEEB81602D8434947
Octal336353201605510103111107
Binary11011110111010111000000111001011011000100001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEB81; }

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

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

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

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

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

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

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

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