Shades of Mindaro #CFE861
Tints of Mindaro #CFE861
RGB
CMYK
RGB Variations
Color information
#CFE861 (or 0xCFE861) is known color: Mindaro. HEX triplet: CF, E8 and 61. RGB value is (207,232,97). Sum of RGB (Red+Green+Blue) = 207+232+97=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE861 is #30179E. Grayscale: #D1D1D1. Windows color (decimal): -3151775 or 6416591. OLE color: 6416591.
HSL color Cylindrical-coordinate representation of color #CFE861: hue angle of 71.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFE861 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 97 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.09 |
| HSL | 71.11º | 0.75% | 0.65% | - |
| HSV(B) | 71.11º | 0.58% | 0.91% | - |
| XYZ | 56.75 | 71.84 | 22.19 | - |
| YUV | 209.14 | 64.72 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 97 | 0.11 | 0 | 0.58 | 0.09 | 71.11 | 0.75 | 0.65 |
| Hex | CF | E8 | 61 | B | 0 | 3A | 9 | 47 | 4B | 41 |
| Octal | 317 | 350 | 141 | 13 | 0 | 72 | 11 | 107 | 113 | 101 |
| Binary | 11001111 | 11101000 | 1100001 | 1011 | 0 | 111010 | 1001 | 1000111 | 1001011 | 1000001 |
Color Harmonies of #CFE861
Complementary color
Monochromatic Colors of #CFE861
Black with #CFE861
Text Example
Text Example
White with #CFE861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE861; }
p { color: rgb(207,232,97); }
H1.HeaderClassName
{
color: #CFE861;
}
.AnyTagClassName
{
color: #CFE861;
}
</style>
background-color css
<style>
a { background-color: #CFE861; }
a { background-color: rgb(207,232,97); }
div.DivClassName
{
background-color: #CFE861;
}
.BgClassName
{
background-color: #CFE861;
}
</style>
border-color css
<style>
span { border-color: #CFE861; }
span { border-color: rgb(207,232,97); }
td.TdClassName
{
border-color: #CFE861;
}
.TagClassName
{
border-color: #CFE861;
}
</style>