#DCFD60

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

Shades of Mindaro #DCFD60

Tints of Mindaro #DCFD60

Color information

#DCFD60 (or 0xDCFD60) is unknown color: approx Mindaro. HEX triplet: DC, FD and 60. RGB value is (220,253,96). Sum of RGB (Red+Green+Blue) = 220+253+96=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 96 (37.89% from 255 or 16.87% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD60 is #23029F. Grayscale: #E1E1E1. Windows color (decimal): -2294432 or 6356444. OLE color: 6356444.

HSL color Cylindrical-coordinate representation of color #DCFD60: hue angle of 72.61º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCFD60 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB22025396-
CMYK0.1300.620.01
HSL72.61º97.52%68.43%-
HSV(B)72.61º62.06%99.22%-
XYZ66.7586.3124.21-
YUV225.2455.07124.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 253 (99.22% from 255) = 44.46%
BLUE value IS 96 (37.89% from 255) = 16.87%
R=38.66%
G=44.46%
B=16.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal220253960.1300.620.0172.6197.5268.43
HexDCFD60D03E1496244
Octal334375140150761111142104
Binary11011100111111011100000110101111101100100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFD60; }

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

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

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

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

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

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

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

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