Shades of Mindaro #CEF76E
Tints of Mindaro #CEF76E
RGB
CMYK
RGB Variations
Color information
#CEF76E (or 0xCEF76E) is known color: Mindaro. HEX triplet: CE, F7 and 6E. RGB value is (206,247,110). Sum of RGB (Red+Green+Blue) = 206+247+110=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF76E is #310891. Grayscale: #DBDBDB. Windows color (decimal): -3213458 or 7272398. OLE color: 7272398.
HSL color Cylindrical-coordinate representation of color #CEF76E: hue angle of 77.96º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEF76E is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 110 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.03 |
| HSL | 77.96º | 0.9% | 0.7% | - |
| HSV(B) | 77.96º | 0.55% | 0.97% | - |
| XYZ | 61.53 | 80.77 | 27.1 | - |
| YUV | 219.12 | 66.42 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 110 | 0.17 | 0 | 0.55 | 0.03 | 77.96 | 0.9 | 0.7 |
| Hex | CE | F7 | 6E | 11 | 0 | 37 | 3 | 4E | 5A | 46 |
| Octal | 316 | 367 | 156 | 21 | 0 | 67 | 3 | 116 | 132 | 106 |
| Binary | 11001110 | 11110111 | 1101110 | 10001 | 0 | 110111 | 11 | 1001110 | 1011010 | 1000110 |
Color Harmonies of #CEF76E
Complementary color
Monochromatic Colors of #CEF76E
Black with #CEF76E
Text Example
Text Example
White with #CEF76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF76E; }
p { color: rgb(206,247,110); }
H1.HeaderClassName
{
color: #CEF76E;
}
.AnyTagClassName
{
color: #CEF76E;
}
</style>
background-color css
<style>
a { background-color: #CEF76E; }
a { background-color: rgb(206,247,110); }
div.DivClassName
{
background-color: #CEF76E;
}
.BgClassName
{
background-color: #CEF76E;
}
</style>
border-color css
<style>
span { border-color: #CEF76E; }
span { border-color: rgb(206,247,110); }
td.TdClassName
{
border-color: #CEF76E;
}
.TagClassName
{
border-color: #CEF76E;
}
</style>