Shades of Mindaro #CEF861
Tints of Mindaro #CEF861
RGB
CMYK
RGB Variations
Color information
#CEF861 (or 0xCEF861) is known color: Mindaro. HEX triplet: CE, F8 and 61. RGB value is (206,248,97). Sum of RGB (Red+Green+Blue) = 206+248+97=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF861 is #31079E. Grayscale: #DADADA. Windows color (decimal): -3213215 or 6420686. OLE color: 6420686.
HSL color Cylindrical-coordinate representation of color #CEF861: hue angle of 76.69º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEF861 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 97 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.03 |
| HSL | 76.69º | 0.92% | 0.68% | - |
| HSV(B) | 76.69º | 0.61% | 0.97% | - |
| XYZ | 61.18 | 81.12 | 23.74 | - |
| YUV | 218.23 | 59.59 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 97 | 0.17 | 0 | 0.61 | 0.03 | 76.69 | 0.92 | 0.68 |
| Hex | CE | F8 | 61 | 11 | 0 | 3D | 3 | 4D | 5C | 44 |
| Octal | 316 | 370 | 141 | 21 | 0 | 75 | 3 | 115 | 134 | 104 |
| Binary | 11001110 | 11111000 | 1100001 | 10001 | 0 | 111101 | 11 | 1001101 | 1011100 | 1000100 |
Color Harmonies of #CEF861
Complementary color
Monochromatic Colors of #CEF861
Black with #CEF861
Text Example
Text Example
White with #CEF861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF861; }
p { color: rgb(206,248,97); }
H1.HeaderClassName
{
color: #CEF861;
}
.AnyTagClassName
{
color: #CEF861;
}
</style>
background-color css
<style>
a { background-color: #CEF861; }
a { background-color: rgb(206,248,97); }
div.DivClassName
{
background-color: #CEF861;
}
.BgClassName
{
background-color: #CEF861;
}
</style>
border-color css
<style>
span { border-color: #CEF861; }
span { border-color: rgb(206,248,97); }
td.TdClassName
{
border-color: #CEF861;
}
.TagClassName
{
border-color: #CEF861;
}
</style>