Shades of Mindaro #CFF06E
Tints of Mindaro #CFF06E
RGB
CMYK
RGB Variations
Color information
#CFF06E (or 0xCFF06E) is known color: Mindaro. HEX triplet: CF, F0 and 6E. RGB value is (207,240,110). Sum of RGB (Red+Green+Blue) = 207+240+110=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF06E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF06E is #300F91. Grayscale: #D7D7D7. Windows color (decimal): -3149714 or 7270607. OLE color: 7270607.
HSL color Cylindrical-coordinate representation of color #CFF06E: hue angle of 75.23º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFF06E is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 110 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.06 |
| HSL | 75.23º | 0.81% | 0.69% | - |
| HSV(B) | 75.23º | 0.54% | 0.94% | - |
| XYZ | 59.71 | 76.71 | 26.41 | - |
| YUV | 215.31 | 68.57 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 110 | 0.14 | 0 | 0.54 | 0.06 | 75.23 | 0.81 | 0.69 |
| Hex | CF | F0 | 6E | E | 0 | 36 | 6 | 4B | 51 | 45 |
| Octal | 317 | 360 | 156 | 16 | 0 | 66 | 6 | 113 | 121 | 105 |
| Binary | 11001111 | 11110000 | 1101110 | 1110 | 0 | 110110 | 110 | 1001011 | 1010001 | 1000101 |
Color Harmonies of #CFF06E
Complementary color
Monochromatic Colors of #CFF06E
Black with #CFF06E
Text Example
Text Example
White with #CFF06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF06E; }
p { color: rgb(207,240,110); }
H1.HeaderClassName
{
color: #CFF06E;
}
.AnyTagClassName
{
color: #CFF06E;
}
</style>
background-color css
<style>
a { background-color: #CFF06E; }
a { background-color: rgb(207,240,110); }
div.DivClassName
{
background-color: #CFF06E;
}
.BgClassName
{
background-color: #CFF06E;
}
</style>
border-color css
<style>
span { border-color: #CFF06E; }
span { border-color: rgb(207,240,110); }
td.TdClassName
{
border-color: #CFF06E;
}
.TagClassName
{
border-color: #CFF06E;
}
</style>