Shades of Mindaro #CFF962
Tints of Mindaro #CFF962
RGB
CMYK
RGB Variations
Color information
#CFF962 (or 0xCFF962) is known color: Mindaro. HEX triplet: CF, F9 and 62. RGB value is (207,249,98). Sum of RGB (Red+Green+Blue) = 207+249+98=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 98 (38.67% from 255 or 17.69% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF962 is #30069D. Grayscale: #DBDBDB. Windows color (decimal): -3147422 or 6486479. OLE color: 6486479.
HSL color Cylindrical-coordinate representation of color #CFF962: hue angle of 76.69º 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 #CFF962 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 98 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.02 |
| HSL | 76.69º | 0.93% | 0.68% | - |
| HSV(B) | 76.69º | 0.61% | 0.98% | - |
| XYZ | 61.81 | 81.9 | 24.11 | - |
| YUV | 219.23 | 59.59 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 98 | 0.17 | 0 | 0.61 | 0.02 | 76.69 | 0.93 | 0.68 |
| Hex | CF | F9 | 62 | 11 | 0 | 3D | 2 | 4D | 5D | 44 |
| Octal | 317 | 371 | 142 | 21 | 0 | 75 | 2 | 115 | 135 | 104 |
| Binary | 11001111 | 11111001 | 1100010 | 10001 | 0 | 111101 | 10 | 1001101 | 1011101 | 1000100 |
Color Harmonies of #CFF962
Complementary color
Monochromatic Colors of #CFF962
Black with #CFF962
Text Example
Text Example
White with #CFF962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF962; }
p { color: rgb(207,249,98); }
H1.HeaderClassName
{
color: #CFF962;
}
.AnyTagClassName
{
color: #CFF962;
}
</style>
background-color css
<style>
a { background-color: #CFF962; }
a { background-color: rgb(207,249,98); }
div.DivClassName
{
background-color: #CFF962;
}
.BgClassName
{
background-color: #CFF962;
}
</style>
border-color css
<style>
span { border-color: #CFF962; }
span { border-color: rgb(207,249,98); }
td.TdClassName
{
border-color: #CFF962;
}
.TagClassName
{
border-color: #CFF962;
}
</style>