Shades of Mindaro #DCFF62
Tints of Mindaro #DCFF62
RGB
CMYK
RGB Variations
Color information
#DCFF62 (or 0xDCFF62) is known color: Mindaro. HEX triplet: DC, FF and 62. RGB value is (220,255,98). Sum of RGB (Red+Green+Blue) = 220+255+98=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 98 (38.67% from 255 or 17.10% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF62 is #23009D. Grayscale: #E3E3E3. Windows color (decimal): -2293918 or 6488028. OLE color: 6488028.
HSL color Cylindrical-coordinate representation of color #DCFF62: hue angle of 73.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCFF62 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 98 | - |
| CMYK | 0.14 | 0 | 0.62 | 0 |
| HSL | 73.38º | 1% | 0.69% | - |
| HSV(B) | 73.38º | 0.62% | 1% | - |
| XYZ | 67.48 | 87.62 | 24.91 | - |
| YUV | 226.64 | 55.4 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 98 | 0.14 | 0 | 0.62 | 0 | 73.38 | 1 | 0.69 |
| Hex | DC | FF | 62 | E | 0 | 3E | 0 | 49 | 64 | 45 |
| Octal | 334 | 377 | 142 | 16 | 0 | 76 | 0 | 111 | 144 | 105 |
| Binary | 11011100 | 11111111 | 1100010 | 1110 | 0 | 111110 | 0 | 1001001 | 1100100 | 1000101 |
Color Harmonies of #DCFF62
Complementary color
Monochromatic Colors of #DCFF62
Black with #DCFF62
Text Example
Text Example
White with #DCFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF62; }
p { color: rgb(220,255,98); }
H1.HeaderClassName
{
color: #DCFF62;
}
.AnyTagClassName
{
color: #DCFF62;
}
</style>
background-color css
<style>
a { background-color: #DCFF62; }
a { background-color: rgb(220,255,98); }
div.DivClassName
{
background-color: #DCFF62;
}
.BgClassName
{
background-color: #DCFF62;
}
</style>
border-color css
<style>
span { border-color: #DCFF62; }
span { border-color: rgb(220,255,98); }
td.TdClassName
{
border-color: #DCFF62;
}
.TagClassName
{
border-color: #DCFF62;
}
</style>