#DCF060

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

Shades of Mindaro #DCF060

Tints of Mindaro #DCF060

Color information

#DCF060 (or 0xDCF060) is unknown color: approx Mindaro. HEX triplet: DC, F0 and 60. RGB value is (220,240,96). Sum of RGB (Red+Green+Blue) = 220+240+96=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF060 is #230F9F. Grayscale: #DADADA. Windows color (decimal): -2297760 or 6353116. OLE color: 6353116.

HSL color Cylindrical-coordinate representation of color #DCF060: hue angle of 68.33º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCF060 is Cyan = 0.08, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB22024096-
CMYK0.0800.60.06
HSL68.33º82.76%65.88%-
HSV(B)68.33º60%94.12%-
XYZ62.7978.3822.89-
YUV217.659.37129.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 240 (94.14% from 255) = 43.17%
BLUE value IS 96 (37.89% from 255) = 17.27%
R=39.57%
G=43.17%
B=17.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal220240960.0800.60.0668.3382.7665.88
HexDCF060803C6445342
Octal334360140100746104123102
Binary1101110011110000110000010000111100110100010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF060; }

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

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

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

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

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

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

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

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