#DCEE84

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

Shades of Mindaro #DCEE84

Tints of Mindaro #DCEE84

Color information

#DCEE84 (or 0xDCEE84) is unknown color: approx Mindaro. HEX triplet: DC, EE and 84. RGB value is (220,238,132). Sum of RGB (Red+Green+Blue) = 220+238+132=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEE84 is #23117B. Grayscale: #DCDCDC. Windows color (decimal): -2298236 or 8711900. OLE color: 8711900.

HSL color Cylindrical-coordinate representation of color #DCEE84: hue angle of 70.19º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCEE84 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB220238132-
CMYK0.0800.450.07
HSL70.19º75.71%72.55%-
HSV(B)70.19º44.54%93.33%-
XYZ64.2578.0333.5-
YUV220.5378.04127.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 238 (93.36% from 255) = 40.34%
BLUE value IS 132 (51.95% from 255) = 22.37%
R=37.29%
G=40.34%
B=22.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202381320.0800.450.0770.1975.7172.55
HexDCEE84802D7464c49
Octal334356204100557106114111
Binary11011100111011101000010010000101101111100011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEE84; }

 p { color: rgb(220,238,132); }

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

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

 a { background-color: rgb(220,238,132); }

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

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

 span { border-color: rgb(220,238,132); }

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