Shades of Mindaro #DCFB62
Tints of Mindaro #DCFB62
RGB
CMYK
RGB Variations
Color information
#DCFB62 (or 0xDCFB62) is known color: Mindaro. HEX triplet: DC, FB and 62. RGB value is (220,251,98). Sum of RGB (Red+Green+Blue) = 220+251+98=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 98 (38.67% from 255 or 17.22% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB62 is #23049D. Grayscale: #E0E0E0. Windows color (decimal): -2294942 or 6487004. OLE color: 6487004.
HSL color Cylindrical-coordinate representation of color #DCFB62: hue angle of 72.16º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCFB62 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 98 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.02 |
| HSL | 72.16º | 0.95% | 0.68% | - |
| HSV(B) | 72.16º | 0.61% | 0.98% | - |
| XYZ | 66.22 | 85.09 | 24.49 | - |
| YUV | 224.29 | 56.73 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 98 | 0.12 | 0 | 0.61 | 0.02 | 72.16 | 0.95 | 0.68 |
| Hex | DC | FB | 62 | C | 0 | 3D | 2 | 48 | 5F | 44 |
| Octal | 334 | 373 | 142 | 14 | 0 | 75 | 2 | 110 | 137 | 104 |
| Binary | 11011100 | 11111011 | 1100010 | 1100 | 0 | 111101 | 10 | 1001000 | 1011111 | 1000100 |
Color Harmonies of #DCFB62
Complementary color
Monochromatic Colors of #DCFB62
Black with #DCFB62
Text Example
Text Example
White with #DCFB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB62; }
p { color: rgb(220,251,98); }
H1.HeaderClassName
{
color: #DCFB62;
}
.AnyTagClassName
{
color: #DCFB62;
}
</style>
background-color css
<style>
a { background-color: #DCFB62; }
a { background-color: rgb(220,251,98); }
div.DivClassName
{
background-color: #DCFB62;
}
.BgClassName
{
background-color: #DCFB62;
}
</style>
border-color css
<style>
span { border-color: #DCFB62; }
span { border-color: rgb(220,251,98); }
td.TdClassName
{
border-color: #DCFB62;
}
.TagClassName
{
border-color: #DCFB62;
}
</style>