Shades of Mindaro #CFF96E
Tints of Mindaro #CFF96E
RGB
CMYK
RGB Variations
Color information
#CFF96E (or 0xCFF96E) is known color: Mindaro. HEX triplet: CF, F9 and 6E. RGB value is (207,249,110). Sum of RGB (Red+Green+Blue) = 207+249+110=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF96E is #300691. Grayscale: #DDDDDD. Windows color (decimal): -3147410 or 7272911. OLE color: 7272911.
HSL color Cylindrical-coordinate representation of color #CFF96E: hue angle of 78.13º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFF96E is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 110 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.02 |
| HSL | 78.13º | 0.92% | 0.7% | - |
| HSV(B) | 78.13º | 0.56% | 0.98% | - |
| XYZ | 62.42 | 82.14 | 27.32 | - |
| YUV | 220.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 110 | 0.17 | 0 | 0.56 | 0.02 | 78.13 | 0.92 | 0.7 |
| Hex | CF | F9 | 6E | 11 | 0 | 38 | 2 | 4E | 5C | 46 |
| Octal | 317 | 371 | 156 | 21 | 0 | 70 | 2 | 116 | 134 | 106 |
| Binary | 11001111 | 11111001 | 1101110 | 10001 | 0 | 111000 | 10 | 1001110 | 1011100 | 1000110 |
Color Harmonies of #CFF96E
Complementary color
Monochromatic Colors of #CFF96E
Black with #CFF96E
Text Example
Text Example
White with #CFF96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF96E; }
p { color: rgb(207,249,110); }
H1.HeaderClassName
{
color: #CFF96E;
}
.AnyTagClassName
{
color: #CFF96E;
}
</style>
background-color css
<style>
a { background-color: #CFF96E; }
a { background-color: rgb(207,249,110); }
div.DivClassName
{
background-color: #CFF96E;
}
.BgClassName
{
background-color: #CFF96E;
}
</style>
border-color css
<style>
span { border-color: #CFF96E; }
span { border-color: rgb(207,249,110); }
td.TdClassName
{
border-color: #CFF96E;
}
.TagClassName
{
border-color: #CFF96E;
}
</style>