Shades of Mindaro #CFE856
Tints of Mindaro #CFE856
RGB
CMYK
RGB Variations
Color information
#CFE856 (or 0xCFE856) is known color: Mindaro. HEX triplet: CF, E8 and 56. RGB value is (207,232,86). Sum of RGB (Red+Green+Blue) = 207+232+86=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE856 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE856 is #3017A9. Grayscale: #D0D0D0. Windows color (decimal): -3151786 or 5695695. OLE color: 5695695.
HSL color Cylindrical-coordinate representation of color #CFE856: hue angle of 70.27º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFE856 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 86 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.09 |
| HSL | 70.27º | 0.76% | 0.62% | - |
| HSV(B) | 70.27º | 0.63% | 0.91% | - |
| XYZ | 56.27 | 71.65 | 19.67 | - |
| YUV | 207.88 | 59.22 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 86 | 0.11 | 0 | 0.63 | 0.09 | 70.27 | 0.76 | 0.62 |
| Hex | CF | E8 | 56 | B | 0 | 3F | 9 | 46 | 4C | 3E |
| Octal | 317 | 350 | 126 | 13 | 0 | 77 | 11 | 106 | 114 | 76 |
| Binary | 11001111 | 11101000 | 1010110 | 1011 | 0 | 111111 | 1001 | 1000110 | 1001100 | 111110 |
Color Harmonies of #CFE856
Complementary color
Monochromatic Colors of #CFE856
Black with #CFE856
Text Example
Text Example
White with #CFE856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE856; }
p { color: rgb(207,232,86); }
H1.HeaderClassName
{
color: #CFE856;
}
.AnyTagClassName
{
color: #CFE856;
}
</style>
background-color css
<style>
a { background-color: #CFE856; }
a { background-color: rgb(207,232,86); }
div.DivClassName
{
background-color: #CFE856;
}
.BgClassName
{
background-color: #CFE856;
}
</style>
border-color css
<style>
span { border-color: #CFE856; }
span { border-color: rgb(207,232,86); }
td.TdClassName
{
border-color: #CFE856;
}
.TagClassName
{
border-color: #CFE856;
}
</style>