Shades of Mindaro #CFE864
Tints of Mindaro #CFE864
RGB
CMYK
RGB Variations
Color information
#CFE864 (or 0xCFE864) is known color: Mindaro. HEX triplet: CF, E8 and 64. RGB value is (207,232,100). Sum of RGB (Red+Green+Blue) = 207+232+100=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE864 is #30179B. Grayscale: #D1D1D1. Windows color (decimal): -3151772 or 6613199. OLE color: 6613199.
HSL color Cylindrical-coordinate representation of color #CFE864: hue angle of 71.36º 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 #CFE864 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 100 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.09 |
| HSL | 71.36º | 0.74% | 0.65% | - |
| HSV(B) | 71.36º | 0.57% | 0.91% | - |
| XYZ | 56.89 | 71.9 | 22.94 | - |
| YUV | 209.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 100 | 0.11 | 0 | 0.57 | 0.09 | 71.36 | 0.74 | 0.65 |
| Hex | CF | E8 | 64 | B | 0 | 39 | 9 | 47 | 4A | 41 |
| Octal | 317 | 350 | 144 | 13 | 0 | 71 | 11 | 107 | 112 | 101 |
| Binary | 11001111 | 11101000 | 1100100 | 1011 | 0 | 111001 | 1001 | 1000111 | 1001010 | 1000001 |
Color Harmonies of #CFE864
Complementary color
Monochromatic Colors of #CFE864
Black with #CFE864
Text Example
Text Example
White with #CFE864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE864; }
p { color: rgb(207,232,100); }
H1.HeaderClassName
{
color: #CFE864;
}
.AnyTagClassName
{
color: #CFE864;
}
</style>
background-color css
<style>
a { background-color: #CFE864; }
a { background-color: rgb(207,232,100); }
div.DivClassName
{
background-color: #CFE864;
}
.BgClassName
{
background-color: #CFE864;
}
</style>
border-color css
<style>
span { border-color: #CFE864; }
span { border-color: rgb(207,232,100); }
td.TdClassName
{
border-color: #CFE864;
}
.TagClassName
{
border-color: #CFE864;
}
</style>