Shades of Mindaro #CFF96B
Tints of Mindaro #CFF96B
RGB
CMYK
RGB Variations
Color information
#CFF96B (or 0xCFF96B) is known color: Mindaro. HEX triplet: CF, F9 and 6B. RGB value is (207,249,107). Sum of RGB (Red+Green+Blue) = 207+249+107=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF96B is #300694. Grayscale: #DCDCDC. Windows color (decimal): -3147413 or 7076303. OLE color: 7076303.
HSL color Cylindrical-coordinate representation of color #CFF96B: hue angle of 77.75º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFF96B is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 107 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.02 |
| HSL | 77.75º | 0.92% | 0.7% | - |
| HSV(B) | 77.75º | 0.57% | 0.98% | - |
| XYZ | 62.26 | 82.08 | 26.47 | - |
| YUV | 220.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 107 | 0.17 | 0 | 0.57 | 0.02 | 77.75 | 0.92 | 0.7 |
| Hex | CF | F9 | 6B | 11 | 0 | 39 | 2 | 4E | 5C | 46 |
| Octal | 317 | 371 | 153 | 21 | 0 | 71 | 2 | 116 | 134 | 106 |
| Binary | 11001111 | 11111001 | 1101011 | 10001 | 0 | 111001 | 10 | 1001110 | 1011100 | 1000110 |
Color Harmonies of #CFF96B
Complementary color
Monochromatic Colors of #CFF96B
Black with #CFF96B
Text Example
Text Example
White with #CFF96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF96B; }
p { color: rgb(207,249,107); }
H1.HeaderClassName
{
color: #CFF96B;
}
.AnyTagClassName
{
color: #CFF96B;
}
</style>
background-color css
<style>
a { background-color: #CFF96B; }
a { background-color: rgb(207,249,107); }
div.DivClassName
{
background-color: #CFF96B;
}
.BgClassName
{
background-color: #CFF96B;
}
</style>
border-color css
<style>
span { border-color: #CFF96B; }
span { border-color: rgb(207,249,107); }
td.TdClassName
{
border-color: #CFF96B;
}
.TagClassName
{
border-color: #CFF96B;
}
</style>