#DCEE82

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

Shades of Mindaro #DCEE82

Tints of Mindaro #DCEE82

Color information

#DCEE82 (or 0xDCEE82) is unknown color: approx Mindaro. HEX triplet: DC, EE and 82. RGB value is (220,238,130). Sum of RGB (Red+Green+Blue) = 220+238+130=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEE82 is #23117D. Grayscale: #DCDCDC. Windows color (decimal): -2298238 or 8580828. OLE color: 8580828.

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

Color convert

RGB220238130-
CMYK0.0800.450.07
HSL70º76.06%72.16%-
HSV(B)70º45.38%93.33%-
XYZ64.1277.9832.79-
YUV220.3177.04127.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 238 (93.36% from 255) = 40.48%
BLUE value IS 130 (51.17% from 255) = 22.11%
R=37.41%
G=40.48%
B=22.11%

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
Decimal2202381300.0800.450.077076.0672.16
HexDCEE82802D7464c48
Octal334356202100557106114110
Binary11011100111011101000001010000101101111100011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEE82; }

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

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

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

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

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

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

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

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