Shades of Mindaro #CFF762
Tints of Mindaro #CFF762
RGB
CMYK
RGB Variations
Color information
#CFF762 (or 0xCFF762) is known color: Mindaro. HEX triplet: CF, F7 and 62. RGB value is (207,247,98). Sum of RGB (Red+Green+Blue) = 207+247+98=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 98 (38.67% from 255 or 17.75% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF762 is #30089D. Grayscale: #DADADA. Windows color (decimal): -3147934 or 6485967. OLE color: 6485967.
HSL color Cylindrical-coordinate representation of color #CFF762: hue angle of 76.11º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFF762 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 98 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.03 |
| HSL | 76.11º | 0.9% | 0.68% | - |
| HSV(B) | 76.11º | 0.6% | 0.97% | - |
| XYZ | 61.2 | 80.67 | 23.9 | - |
| YUV | 218.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 98 | 0.16 | 0 | 0.60 | 0.03 | 76.11 | 0.9 | 0.68 |
| Hex | CF | F7 | 62 | 10 | 0 | 3C | 3 | 4C | 5A | 44 |
| Octal | 317 | 367 | 142 | 20 | 0 | 74 | 3 | 114 | 132 | 104 |
| Binary | 11001111 | 11110111 | 1100010 | 10000 | 0 | 111100 | 11 | 1001100 | 1011010 | 1000100 |
Color Harmonies of #CFF762
Complementary color
Monochromatic Colors of #CFF762
Black with #CFF762
Text Example
Text Example
White with #CFF762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF762; }
p { color: rgb(207,247,98); }
H1.HeaderClassName
{
color: #CFF762;
}
.AnyTagClassName
{
color: #CFF762;
}
</style>
background-color css
<style>
a { background-color: #CFF762; }
a { background-color: rgb(207,247,98); }
div.DivClassName
{
background-color: #CFF762;
}
.BgClassName
{
background-color: #CFF762;
}
</style>
border-color css
<style>
span { border-color: #CFF762; }
span { border-color: rgb(207,247,98); }
td.TdClassName
{
border-color: #CFF762;
}
.TagClassName
{
border-color: #CFF762;
}
</style>