#DEED84

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

Shades of Mindaro #DEED84

Tints of Mindaro #DEED84

Color information

#DEED84 (or 0xDEED84) is unknown color: approx Mindaro. HEX triplet: DE, ED and 84. RGB value is (222,237,132). Sum of RGB (Red+Green+Blue) = 222+237+132=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEED84 is #21127B. Grayscale: #DCDCDC. Windows color (decimal): -2167420 or 8711646. OLE color: 8711646.

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

Color convert

RGB222237132-
CMYK0.0600.440.07
HSL68.57º74.47%72.35%-
HSV(B)68.57º44.3%92.94%-
XYZ64.5777.7633.44-
YUV220.5478.03129.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 237 (92.97% from 255) = 40.10%
BLUE value IS 132 (51.95% from 255) = 22.34%
R=37.56%
G=40.10%
B=22.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222371320.0600.440.0768.5774.4772.35
HexDEED84602C7454a48
Octal33635520460547105112110
Binary1101111011101101100001001100101100111100010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEED84; }

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

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

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

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

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

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

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

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