Shades of Mindaro #CEF16E
Tints of Mindaro #CEF16E
RGB
CMYK
RGB Variations
Color information
#CEF16E (or 0xCEF16E) is known color: Mindaro. HEX triplet: CE, F1 and 6E. RGB value is (206,241,110). Sum of RGB (Red+Green+Blue) = 206+241+110=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF16E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF16E is #310E91. Grayscale: #D8D8D8. Windows color (decimal): -3214994 or 7270862. OLE color: 7270862.
HSL color Cylindrical-coordinate representation of color #CEF16E: hue angle of 76.03º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEF16E is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 110 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.05 |
| HSL | 76.03º | 0.82% | 0.69% | - |
| HSV(B) | 76.03º | 0.54% | 0.95% | - |
| XYZ | 59.72 | 77.16 | 26.5 | - |
| YUV | 215.6 | 68.4 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 110 | 0.15 | 0 | 0.54 | 0.05 | 76.03 | 0.82 | 0.69 |
| Hex | CE | F1 | 6E | F | 0 | 36 | 5 | 4C | 52 | 45 |
| Octal | 316 | 361 | 156 | 17 | 0 | 66 | 5 | 114 | 122 | 105 |
| Binary | 11001110 | 11110001 | 1101110 | 1111 | 0 | 110110 | 101 | 1001100 | 1010010 | 1000101 |
Color Harmonies of #CEF16E
Complementary color
Monochromatic Colors of #CEF16E
Black with #CEF16E
Text Example
Text Example
White with #CEF16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF16E; }
p { color: rgb(206,241,110); }
H1.HeaderClassName
{
color: #CEF16E;
}
.AnyTagClassName
{
color: #CEF16E;
}
</style>
background-color css
<style>
a { background-color: #CEF16E; }
a { background-color: rgb(206,241,110); }
div.DivClassName
{
background-color: #CEF16E;
}
.BgClassName
{
background-color: #CEF16E;
}
</style>
border-color css
<style>
span { border-color: #CEF16E; }
span { border-color: rgb(206,241,110); }
td.TdClassName
{
border-color: #CEF16E;
}
.TagClassName
{
border-color: #CEF16E;
}
</style>