Shades of Mindaro #C6F962
Tints of Mindaro #C6F962
RGB
CMYK
RGB Variations
Color information
#C6F962 (or 0xC6F962) is known color: Mindaro. HEX triplet: C6, F9 and 62. RGB value is (198,249,98). Sum of RGB (Red+Green+Blue) = 198+249+98=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F962 is #39069D. Grayscale: #D9D9D9. Windows color (decimal): -3737246 or 6486470. OLE color: 6486470.
HSL color Cylindrical-coordinate representation of color #C6F962: hue angle of 80.26º degrees, saturation: 0.93, 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 #C6F962 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 249 | 98 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.02 |
| HSL | 80.26º | 0.93% | 0.68% | - |
| HSV(B) | 80.26º | 0.61% | 0.98% | - |
| XYZ | 59.37 | 80.64 | 23.99 | - |
| YUV | 216.54 | 61.1 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 249 | 98 | 0.20 | 0 | 0.61 | 0.02 | 80.26 | 0.93 | 0.68 |
| Hex | C6 | F9 | 62 | 14 | 0 | 3D | 2 | 50 | 5D | 44 |
| Octal | 306 | 371 | 142 | 24 | 0 | 75 | 2 | 120 | 135 | 104 |
| Binary | 11000110 | 11111001 | 1100010 | 10100 | 0 | 111101 | 10 | 1010000 | 1011101 | 1000100 |
Color Harmonies of #C6F962
Complementary color
Monochromatic Colors of #C6F962
Black with #C6F962
Text Example
Text Example
White with #C6F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F962; }
p { color: rgb(198,249,98); }
H1.HeaderClassName
{
color: #C6F962;
}
.AnyTagClassName
{
color: #C6F962;
}
</style>
background-color css
<style>
a { background-color: #C6F962; }
a { background-color: rgb(198,249,98); }
div.DivClassName
{
background-color: #C6F962;
}
.BgClassName
{
background-color: #C6F962;
}
</style>
border-color css
<style>
span { border-color: #C6F962; }
span { border-color: rgb(198,249,98); }
td.TdClassName
{
border-color: #C6F962;
}
.TagClassName
{
border-color: #C6F962;
}
</style>