#DCFC62

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

Shades of Mindaro #DCFC62

Tints of Mindaro #DCFC62

Color information

#DCFC62 (or 0xDCFC62) is unknown color: approx Mindaro. HEX triplet: DC, FC and 62. RGB value is (220,252,98). Sum of RGB (Red+Green+Blue) = 220+252+98=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 98 (38.67% from 255 or 17.19% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC62 is #23039D. Grayscale: #E1E1E1. Windows color (decimal): -2294686 or 6487260. OLE color: 6487260.

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

Color convert

RGB22025298-
CMYK0.1300.610.01
HSL72.47º96.25%68.63%-
HSV(B)72.47º61.11%98.82%-
XYZ66.5385.7224.59-
YUV224.8856.4124.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 252 (98.83% from 255) = 44.21%
BLUE value IS 98 (38.67% from 255) = 17.19%
R=38.60%
G=44.21%
B=17.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal220252980.1300.610.0172.4796.2568.63
HexDCFC62D03D1486045
Octal334374142150751110140105
Binary11011100111111001100010110101111011100100011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFC62; }

 p { color: rgb(220,252,98); }

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

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

 a { background-color: rgb(220,252,98); }

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

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

 span { border-color: rgb(220,252,98); }

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