#DEEB84

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

Shades of Mindaro #DEEB84

Tints of Mindaro #DEEB84

Color information

#DEEB84 (or 0xDEEB84) is unknown color: approx Mindaro. HEX triplet: DE, EB and 84. RGB value is (222,235,132). Sum of RGB (Red+Green+Blue) = 222+235+132=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEB84 is #21147B. Grayscale: #DBDBDB. Windows color (decimal): -2167932 or 8711134. OLE color: 8711134.

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

Color convert

RGB222235132-
CMYK0.0600.440.08
HSL67.57º72.03%71.96%-
HSV(B)67.57º43.83%92.16%-
XYZ6476.6133.24-
YUV219.3778.69129.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 132 (51.95% from 255) = 22.41%
R=37.69%
G=39.90%
B=22.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222351320.0600.440.0867.5772.0371.96
HexDEEB84602C8444848
Octal336353204605410104110110
Binary11011110111010111000010011001011001000100010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEB84; }

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

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

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

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

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

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

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

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