#DEEC84

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

Shades of Mindaro #DEEC84

Tints of Mindaro #DEEC84

Color information

#DEEC84 (or 0xDEEC84) is unknown color: approx Mindaro. HEX triplet: DE, EC and 84. RGB value is (222,236,132). Sum of RGB (Red+Green+Blue) = 222+236+132=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEC84 is #21137B. Grayscale: #DCDCDC. Windows color (decimal): -2167676 or 8711390. OLE color: 8711390.

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

Color convert

RGB222236132-
CMYK0.0600.440.07
HSL68.08º73.24%72.16%-
HSV(B)68.08º44.07%92.55%-
XYZ64.2877.1933.34-
YUV219.9678.36129.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 236 (92.58% from 255) = 40%
BLUE value IS 132 (51.95% from 255) = 22.37%
R=37.63%
G=40%
B=22.37%

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
Decimal2222361320.0600.440.0768.0873.2472.16
HexDEEC84602C7444948
Octal33635420460547104111110
Binary1101111011101100100001001100101100111100010010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEC84; }

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

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

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

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

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

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

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

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