Shades of Mindaro #C8FB62
Tints of Mindaro #C8FB62
RGB
CMYK
RGB Variations
Color information
#C8FB62 (or 0xC8FB62) is known color: Mindaro. HEX triplet: C8, FB and 62. RGB value is (200,251,98). Sum of RGB (Red+Green+Blue) = 200+251+98=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FB62 is #37049D. Grayscale: #DADADA. Windows color (decimal): -3605662 or 6486984. OLE color: 6486984.
HSL color Cylindrical-coordinate representation of color #C8FB62: hue angle of 80º 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 #C8FB62 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 98 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.02 |
| HSL | 80º | 0.95% | 0.68% | - |
| HSV(B) | 80º | 0.61% | 0.98% | - |
| XYZ | 60.52 | 82.16 | 24.22 | - |
| YUV | 218.31 | 60.1 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 98 | 0.20 | 0 | 0.61 | 0.02 | 80 | 0.95 | 0.68 |
| Hex | C8 | FB | 62 | 14 | 0 | 3D | 2 | 50 | 5F | 44 |
| Octal | 310 | 373 | 142 | 24 | 0 | 75 | 2 | 120 | 137 | 104 |
| Binary | 11001000 | 11111011 | 1100010 | 10100 | 0 | 111101 | 10 | 1010000 | 1011111 | 1000100 |
Color Harmonies of #C8FB62
Complementary color
Monochromatic Colors of #C8FB62
Black with #C8FB62
Text Example
Text Example
White with #C8FB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB62; }
p { color: rgb(200,251,98); }
H1.HeaderClassName
{
color: #C8FB62;
}
.AnyTagClassName
{
color: #C8FB62;
}
</style>
background-color css
<style>
a { background-color: #C8FB62; }
a { background-color: rgb(200,251,98); }
div.DivClassName
{
background-color: #C8FB62;
}
.BgClassName
{
background-color: #C8FB62;
}
</style>
border-color css
<style>
span { border-color: #C8FB62; }
span { border-color: rgb(200,251,98); }
td.TdClassName
{
border-color: #C8FB62;
}
.TagClassName
{
border-color: #C8FB62;
}
</style>