#DCEE60

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

Shades of Mindaro #DCEE60

Tints of Mindaro #DCEE60

Color information

#DCEE60 (or 0xDCEE60) is unknown color: approx Mindaro. HEX triplet: DC, EE and 60. RGB value is (220,238,96). Sum of RGB (Red+Green+Blue) = 220+238+96=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE60 is #23119F. Grayscale: #D8D8D8. Windows color (decimal): -2298272 or 6352604. OLE color: 6352604.

HSL color Cylindrical-coordinate representation of color #DCEE60: hue angle of 67.61º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCEE60 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB22023896-
CMYK0.0800.600.07
HSL67.61º80.68%65.49%-
HSV(B)67.61º59.66%93.33%-
XYZ62.277.2122.69-
YUV216.4360.04130.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 238 (93.36% from 255) = 42.96%
BLUE value IS 96 (37.89% from 255) = 17.33%
R=39.71%
G=42.96%
B=17.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220238960.0800.600.0767.6180.6865.49
HexDCEE60803C7445141
Octal334356140100747104121101
Binary1101110011101110110000010000111100111100010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEE60; }

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

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

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

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

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

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

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

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