Shades of Mindaro #CFF86B
Tints of Mindaro #CFF86B
RGB
CMYK
RGB Variations
Color information
#CFF86B (or 0xCFF86B) is known color: Mindaro. HEX triplet: CF, F8 and 6B. RGB value is (207,248,107). Sum of RGB (Red+Green+Blue) = 207+248+107=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF86B is #300794. Grayscale: #DCDCDC. Windows color (decimal): -3147669 or 7076047. OLE color: 7076047.
HSL color Cylindrical-coordinate representation of color #CFF86B: hue angle of 77.45º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFF86B is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 107 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.03 |
| HSL | 77.45º | 0.91% | 0.7% | - |
| HSV(B) | 77.45º | 0.57% | 0.97% | - |
| XYZ | 61.95 | 81.46 | 26.37 | - |
| YUV | 219.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 107 | 0.17 | 0 | 0.57 | 0.03 | 77.45 | 0.91 | 0.7 |
| Hex | CF | F8 | 6B | 11 | 0 | 39 | 3 | 4D | 5B | 46 |
| Octal | 317 | 370 | 153 | 21 | 0 | 71 | 3 | 115 | 133 | 106 |
| Binary | 11001111 | 11111000 | 1101011 | 10001 | 0 | 111001 | 11 | 1001101 | 1011011 | 1000110 |
Color Harmonies of #CFF86B
Complementary color
Monochromatic Colors of #CFF86B
Black with #CFF86B
Text Example
Text Example
White with #CFF86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF86B; }
p { color: rgb(207,248,107); }
H1.HeaderClassName
{
color: #CFF86B;
}
.AnyTagClassName
{
color: #CFF86B;
}
</style>
background-color css
<style>
a { background-color: #CFF86B; }
a { background-color: rgb(207,248,107); }
div.DivClassName
{
background-color: #CFF86B;
}
.BgClassName
{
background-color: #CFF86B;
}
</style>
border-color css
<style>
span { border-color: #CFF86B; }
span { border-color: rgb(207,248,107); }
td.TdClassName
{
border-color: #CFF86B;
}
.TagClassName
{
border-color: #CFF86B;
}
</style>