Shades of Mindaro #CFF06C
Tints of Mindaro #CFF06C
RGB
CMYK
RGB Variations
Color information
#CFF06C (or 0xCFF06C) is known color: Mindaro. HEX triplet: CF, F0 and 6C. RGB value is (207,240,108). Sum of RGB (Red+Green+Blue) = 207+240+108=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF06C is #300F93. Grayscale: #D7D7D7. Windows color (decimal): -3149716 or 7139535. OLE color: 7139535.
HSL color Cylindrical-coordinate representation of color #CFF06C: hue angle of 75º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFF06C is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 108 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.06 |
| HSL | 75º | 0.81% | 0.68% | - |
| HSV(B) | 75º | 0.55% | 0.94% | - |
| XYZ | 59.6 | 76.67 | 25.84 | - |
| YUV | 215.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 108 | 0.14 | 0 | 0.55 | 0.06 | 75 | 0.81 | 0.68 |
| Hex | CF | F0 | 6C | E | 0 | 37 | 6 | 4B | 51 | 44 |
| Octal | 317 | 360 | 154 | 16 | 0 | 67 | 6 | 113 | 121 | 104 |
| Binary | 11001111 | 11110000 | 1101100 | 1110 | 0 | 110111 | 110 | 1001011 | 1010001 | 1000100 |
Color Harmonies of #CFF06C
Complementary color
Monochromatic Colors of #CFF06C
Black with #CFF06C
Text Example
Text Example
White with #CFF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF06C; }
p { color: rgb(207,240,108); }
H1.HeaderClassName
{
color: #CFF06C;
}
.AnyTagClassName
{
color: #CFF06C;
}
</style>
background-color css
<style>
a { background-color: #CFF06C; }
a { background-color: rgb(207,240,108); }
div.DivClassName
{
background-color: #CFF06C;
}
.BgClassName
{
background-color: #CFF06C;
}
</style>
border-color css
<style>
span { border-color: #CFF06C; }
span { border-color: rgb(207,240,108); }
td.TdClassName
{
border-color: #CFF06C;
}
.TagClassName
{
border-color: #CFF06C;
}
</style>