Shades of Mindaro #C9F962
Tints of Mindaro #C9F962
RGB
CMYK
RGB Variations
Color information
#C9F962 (or 0xC9F962) is known color: Mindaro. HEX triplet: C9, F9 and 62. RGB value is (201,249,98). Sum of RGB (Red+Green+Blue) = 201+249+98=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 98 (38.67% from 255 or 17.88% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F962 is #36069D. Grayscale: #D9D9D9. Windows color (decimal): -3540638 or 6486473. OLE color: 6486473.
HSL color Cylindrical-coordinate representation of color #C9F962: hue angle of 79.07º 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 #C9F962 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 98 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.02 |
| HSL | 79.07º | 0.93% | 0.68% | - |
| HSV(B) | 79.07º | 0.61% | 0.98% | - |
| XYZ | 60.17 | 81.05 | 24.03 | - |
| YUV | 217.43 | 60.6 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 98 | 0.19 | 0 | 0.61 | 0.02 | 79.07 | 0.93 | 0.68 |
| Hex | C9 | F9 | 62 | 13 | 0 | 3D | 2 | 4F | 5D | 44 |
| Octal | 311 | 371 | 142 | 23 | 0 | 75 | 2 | 117 | 135 | 104 |
| Binary | 11001001 | 11111001 | 1100010 | 10011 | 0 | 111101 | 10 | 1001111 | 1011101 | 1000100 |
Color Harmonies of #C9F962
Complementary color
Monochromatic Colors of #C9F962
Black with #C9F962
Text Example
Text Example
White with #C9F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F962; }
p { color: rgb(201,249,98); }
H1.HeaderClassName
{
color: #C9F962;
}
.AnyTagClassName
{
color: #C9F962;
}
</style>
background-color css
<style>
a { background-color: #C9F962; }
a { background-color: rgb(201,249,98); }
div.DivClassName
{
background-color: #C9F962;
}
.BgClassName
{
background-color: #C9F962;
}
</style>
border-color css
<style>
span { border-color: #C9F962; }
span { border-color: rgb(201,249,98); }
td.TdClassName
{
border-color: #C9F962;
}
.TagClassName
{
border-color: #C9F962;
}
</style>