Shades of Mindaro #CEF76C
Tints of Mindaro #CEF76C
RGB
CMYK
RGB Variations
Color information
#CEF76C (or 0xCEF76C) is known color: Mindaro. HEX triplet: CE, F7 and 6C. RGB value is (206,247,108). Sum of RGB (Red+Green+Blue) = 206+247+108=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF76C is #310893. Grayscale: #DBDBDB. Windows color (decimal): -3213460 or 7141326. OLE color: 7141326.
HSL color Cylindrical-coordinate representation of color #CEF76C: hue angle of 77.7º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEF76C is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 108 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.03 |
| HSL | 77.7º | 0.9% | 0.7% | - |
| HSV(B) | 77.7º | 0.56% | 0.97% | - |
| XYZ | 61.42 | 80.73 | 26.53 | - |
| YUV | 218.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 108 | 0.17 | 0 | 0.56 | 0.03 | 77.7 | 0.9 | 0.7 |
| Hex | CE | F7 | 6C | 11 | 0 | 38 | 3 | 4E | 5A | 46 |
| Octal | 316 | 367 | 154 | 21 | 0 | 70 | 3 | 116 | 132 | 106 |
| Binary | 11001110 | 11110111 | 1101100 | 10001 | 0 | 111000 | 11 | 1001110 | 1011010 | 1000110 |
Color Harmonies of #CEF76C
Complementary color
Monochromatic Colors of #CEF76C
Black with #CEF76C
Text Example
Text Example
White with #CEF76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF76C; }
p { color: rgb(206,247,108); }
H1.HeaderClassName
{
color: #CEF76C;
}
.AnyTagClassName
{
color: #CEF76C;
}
</style>
background-color css
<style>
a { background-color: #CEF76C; }
a { background-color: rgb(206,247,108); }
div.DivClassName
{
background-color: #CEF76C;
}
.BgClassName
{
background-color: #CEF76C;
}
</style>
border-color css
<style>
span { border-color: #CEF76C; }
span { border-color: rgb(206,247,108); }
td.TdClassName
{
border-color: #CEF76C;
}
.TagClassName
{
border-color: #CEF76C;
}
</style>