Shades of Mindaro #CFE855
Tints of Mindaro #CFE855
RGB
CMYK
RGB Variations
Color information
#CFE855 (or 0xCFE855) is known color: Mindaro. HEX triplet: CF, E8 and 55. RGB value is (207,232,85). Sum of RGB (Red+Green+Blue) = 207+232+85=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE855 is #3017AA. Grayscale: #D0D0D0. Windows color (decimal): -3151787 or 5630159. OLE color: 5630159.
HSL color Cylindrical-coordinate representation of color #CFE855: hue angle of 70.2º 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 #CFE855 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 85 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.09 |
| HSL | 70.2º | 0.76% | 0.62% | - |
| HSV(B) | 70.2º | 0.63% | 0.91% | - |
| XYZ | 56.23 | 71.63 | 19.46 | - |
| YUV | 207.77 | 58.72 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 85 | 0.11 | 0 | 0.63 | 0.09 | 70.2 | 0.76 | 0.62 |
| Hex | CF | E8 | 55 | B | 0 | 3F | 9 | 46 | 4C | 3E |
| Octal | 317 | 350 | 125 | 13 | 0 | 77 | 11 | 106 | 114 | 76 |
| Binary | 11001111 | 11101000 | 1010101 | 1011 | 0 | 111111 | 1001 | 1000110 | 1001100 | 111110 |
Color Harmonies of #CFE855
Complementary color
Monochromatic Colors of #CFE855
Black with #CFE855
Text Example
Text Example
White with #CFE855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE855; }
p { color: rgb(207,232,85); }
H1.HeaderClassName
{
color: #CFE855;
}
.AnyTagClassName
{
color: #CFE855;
}
</style>
background-color css
<style>
a { background-color: #CFE855; }
a { background-color: rgb(207,232,85); }
div.DivClassName
{
background-color: #CFE855;
}
.BgClassName
{
background-color: #CFE855;
}
</style>
border-color css
<style>
span { border-color: #CFE855; }
span { border-color: rgb(207,232,85); }
td.TdClassName
{
border-color: #CFE855;
}
.TagClassName
{
border-color: #CFE855;
}
</style>