Shades of Mindaro #CFF06D
Tints of Mindaro #CFF06D
RGB
CMYK
RGB Variations
Color information
#CFF06D (or 0xCFF06D) is known color: Mindaro. HEX triplet: CF, F0 and 6D. RGB value is (207,240,109). Sum of RGB (Red+Green+Blue) = 207+240+109=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF06D is #300F92. Grayscale: #D7D7D7. Windows color (decimal): -3149715 or 7205071. OLE color: 7205071.
HSL color Cylindrical-coordinate representation of color #CFF06D: hue angle of 75.11º 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 #CFF06D is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 109 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.06 |
| HSL | 75.11º | 0.81% | 0.68% | - |
| HSV(B) | 75.11º | 0.55% | 0.94% | - |
| XYZ | 59.65 | 76.69 | 26.13 | - |
| YUV | 215.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 109 | 0.14 | 0 | 0.55 | 0.06 | 75.11 | 0.81 | 0.68 |
| Hex | CF | F0 | 6D | E | 0 | 37 | 6 | 4B | 51 | 44 |
| Octal | 317 | 360 | 155 | 16 | 0 | 67 | 6 | 113 | 121 | 104 |
| Binary | 11001111 | 11110000 | 1101101 | 1110 | 0 | 110111 | 110 | 1001011 | 1010001 | 1000100 |
Color Harmonies of #CFF06D
Complementary color
Monochromatic Colors of #CFF06D
Black with #CFF06D
Text Example
Text Example
White with #CFF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF06D; }
p { color: rgb(207,240,109); }
H1.HeaderClassName
{
color: #CFF06D;
}
.AnyTagClassName
{
color: #CFF06D;
}
</style>
background-color css
<style>
a { background-color: #CFF06D; }
a { background-color: rgb(207,240,109); }
div.DivClassName
{
background-color: #CFF06D;
}
.BgClassName
{
background-color: #CFF06D;
}
</style>
border-color css
<style>
span { border-color: #CFF06D; }
span { border-color: rgb(207,240,109); }
td.TdClassName
{
border-color: #CFF06D;
}
.TagClassName
{
border-color: #CFF06D;
}
</style>