Shades of Mindaro #CFE863
Tints of Mindaro #CFE863
RGB
CMYK
RGB Variations
Color information
#CFE863 (or 0xCFE863) is known color: Mindaro. HEX triplet: CF, E8 and 63. RGB value is (207,232,99). Sum of RGB (Red+Green+Blue) = 207+232+99=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE863 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE863 is #30179C. Grayscale: #D1D1D1. Windows color (decimal): -3151773 or 6547663. OLE color: 6547663.
HSL color Cylindrical-coordinate representation of color #CFE863: hue angle of 71.28º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFE863 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 99 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.09 |
| HSL | 71.28º | 0.74% | 0.65% | - |
| HSV(B) | 71.28º | 0.57% | 0.91% | - |
| XYZ | 56.84 | 71.88 | 22.68 | - |
| YUV | 209.36 | 65.72 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 99 | 0.11 | 0 | 0.57 | 0.09 | 71.28 | 0.74 | 0.65 |
| Hex | CF | E8 | 63 | B | 0 | 39 | 9 | 47 | 4A | 41 |
| Octal | 317 | 350 | 143 | 13 | 0 | 71 | 11 | 107 | 112 | 101 |
| Binary | 11001111 | 11101000 | 1100011 | 1011 | 0 | 111001 | 1001 | 1000111 | 1001010 | 1000001 |
Color Harmonies of #CFE863
Complementary color
Monochromatic Colors of #CFE863
Black with #CFE863
Text Example
Text Example
White with #CFE863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE863; }
p { color: rgb(207,232,99); }
H1.HeaderClassName
{
color: #CFE863;
}
.AnyTagClassName
{
color: #CFE863;
}
</style>
background-color css
<style>
a { background-color: #CFE863; }
a { background-color: rgb(207,232,99); }
div.DivClassName
{
background-color: #CFE863;
}
.BgClassName
{
background-color: #CFE863;
}
</style>
border-color css
<style>
span { border-color: #CFE863; }
span { border-color: rgb(207,232,99); }
td.TdClassName
{
border-color: #CFE863;
}
.TagClassName
{
border-color: #CFE863;
}
</style>