Shades of Mindaro #CEF36F
Tints of Mindaro #CEF36F
RGB
CMYK
RGB Variations
Color information
#CEF36F (or 0xCEF36F) is known color: Mindaro. HEX triplet: CE, F3 and 6F. RGB value is (206,243,111). Sum of RGB (Red+Green+Blue) = 206+243+111=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 111 (43.75% from 255 or 19.82% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF36F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF36F is #310C90. Grayscale: #D9D9D9. Windows color (decimal): -3214481 or 7336910. OLE color: 7336910.
HSL color Cylindrical-coordinate representation of color #CEF36F: hue angle of 76.82º degrees, saturation: 0.85, 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 #CEF36F is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 111 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.05 |
| HSL | 76.82º | 0.85% | 0.69% | - |
| HSV(B) | 76.82º | 0.54% | 0.95% | - |
| XYZ | 60.37 | 78.37 | 26.98 | - |
| YUV | 216.89 | 68.24 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 111 | 0.15 | 0 | 0.54 | 0.05 | 76.82 | 0.85 | 0.69 |
| Hex | CE | F3 | 6F | F | 0 | 36 | 5 | 4D | 55 | 45 |
| Octal | 316 | 363 | 157 | 17 | 0 | 66 | 5 | 115 | 125 | 105 |
| Binary | 11001110 | 11110011 | 1101111 | 1111 | 0 | 110110 | 101 | 1001101 | 1010101 | 1000101 |
Color Harmonies of #CEF36F
Complementary color
Monochromatic Colors of #CEF36F
Black with #CEF36F
Text Example
Text Example
White with #CEF36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF36F; }
p { color: rgb(206,243,111); }
H1.HeaderClassName
{
color: #CEF36F;
}
.AnyTagClassName
{
color: #CEF36F;
}
</style>
background-color css
<style>
a { background-color: #CEF36F; }
a { background-color: rgb(206,243,111); }
div.DivClassName
{
background-color: #CEF36F;
}
.BgClassName
{
background-color: #CEF36F;
}
</style>
border-color css
<style>
span { border-color: #CEF36F; }
span { border-color: rgb(206,243,111); }
td.TdClassName
{
border-color: #CEF36F;
}
.TagClassName
{
border-color: #CEF36F;
}
</style>