Shades of Mindaro #CFE871
Tints of Mindaro #CFE871
RGB
CMYK
RGB Variations
Color information
#CFE871 (or 0xCFE871) is known color: Mindaro. HEX triplet: CF, E8 and 71. RGB value is (207,232,113). Sum of RGB (Red+Green+Blue) = 207+232+113=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE871 is #30178E. Grayscale: #D3D3D3. Windows color (decimal): -3151759 or 7465167. OLE color: 7465167.
HSL color Cylindrical-coordinate representation of color #CFE871: hue angle of 72.61º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFE871 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 113 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.09 |
| HSL | 72.61º | 0.72% | 0.68% | - |
| HSV(B) | 72.61º | 0.51% | 0.91% | - |
| XYZ | 57.57 | 72.17 | 26.52 | - |
| YUV | 210.96 | 72.72 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 113 | 0.11 | 0 | 0.51 | 0.09 | 72.61 | 0.72 | 0.68 |
| Hex | CF | E8 | 71 | B | 0 | 33 | 9 | 49 | 48 | 44 |
| Octal | 317 | 350 | 161 | 13 | 0 | 63 | 11 | 111 | 110 | 104 |
| Binary | 11001111 | 11101000 | 1110001 | 1011 | 0 | 110011 | 1001 | 1001001 | 1001000 | 1000100 |
Color Harmonies of #CFE871
Complementary color
Monochromatic Colors of #CFE871
Black with #CFE871
Text Example
Text Example
White with #CFE871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE871; }
p { color: rgb(207,232,113); }
H1.HeaderClassName
{
color: #CFE871;
}
.AnyTagClassName
{
color: #CFE871;
}
</style>
background-color css
<style>
a { background-color: #CFE871; }
a { background-color: rgb(207,232,113); }
div.DivClassName
{
background-color: #CFE871;
}
.BgClassName
{
background-color: #CFE871;
}
</style>
border-color css
<style>
span { border-color: #CFE871; }
span { border-color: rgb(207,232,113); }
td.TdClassName
{
border-color: #CFE871;
}
.TagClassName
{
border-color: #CFE871;
}
</style>