Shades of Mindaro #CFF863
Tints of Mindaro #CFF863
RGB
CMYK
RGB Variations
Color information
#CFF863 (or 0xCFF863) is known color: Mindaro. HEX triplet: CF, F8 and 63. RGB value is (207,248,99). Sum of RGB (Red+Green+Blue) = 207+248+99=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 99 (39.06% from 255 or 17.87% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF863 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF863 is #30079C. Grayscale: #DBDBDB. Windows color (decimal): -3147677 or 6551759. OLE color: 6551759.
HSL color Cylindrical-coordinate representation of color #CFF863: hue angle of 76.51º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFF863 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 99 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.03 |
| HSL | 76.51º | 0.91% | 0.68% | - |
| HSV(B) | 76.51º | 0.6% | 0.97% | - |
| XYZ | 61.55 | 81.3 | 24.25 | - |
| YUV | 218.76 | 60.42 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 99 | 0.17 | 0 | 0.60 | 0.03 | 76.51 | 0.91 | 0.68 |
| Hex | CF | F8 | 63 | 11 | 0 | 3C | 3 | 4D | 5B | 44 |
| Octal | 317 | 370 | 143 | 21 | 0 | 74 | 3 | 115 | 133 | 104 |
| Binary | 11001111 | 11111000 | 1100011 | 10001 | 0 | 111100 | 11 | 1001101 | 1011011 | 1000100 |
Color Harmonies of #CFF863
Complementary color
Monochromatic Colors of #CFF863
Black with #CFF863
Text Example
Text Example
White with #CFF863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF863; }
p { color: rgb(207,248,99); }
H1.HeaderClassName
{
color: #CFF863;
}
.AnyTagClassName
{
color: #CFF863;
}
</style>
background-color css
<style>
a { background-color: #CFF863; }
a { background-color: rgb(207,248,99); }
div.DivClassName
{
background-color: #CFF863;
}
.BgClassName
{
background-color: #CFF863;
}
</style>
border-color css
<style>
span { border-color: #CFF863; }
span { border-color: rgb(207,248,99); }
td.TdClassName
{
border-color: #CFF863;
}
.TagClassName
{
border-color: #CFF863;
}
</style>