Shades of Mindaro #CEF56F
Tints of Mindaro #CEF56F
RGB
CMYK
RGB Variations
Color information
#CEF56F (or 0xCEF56F) is known color: Mindaro. HEX triplet: CE, F5 and 6F. RGB value is (206,245,111). Sum of RGB (Red+Green+Blue) = 206+245+111=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 111 (43.75% from 255 or 19.75% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF56F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF56F is #310A90. Grayscale: #DADADA. Windows color (decimal): -3213969 or 7337422. OLE color: 7337422.
HSL color Cylindrical-coordinate representation of color #CEF56F: hue angle of 77.46º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEF56F is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 111 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.04 |
| HSL | 77.46º | 0.87% | 0.7% | - |
| HSV(B) | 77.46º | 0.55% | 0.96% | - |
| XYZ | 60.98 | 79.57 | 27.18 | - |
| YUV | 218.06 | 67.58 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 111 | 0.16 | 0 | 0.55 | 0.04 | 77.46 | 0.87 | 0.7 |
| Hex | CE | F5 | 6F | 10 | 0 | 37 | 4 | 4D | 57 | 46 |
| Octal | 316 | 365 | 157 | 20 | 0 | 67 | 4 | 115 | 127 | 106 |
| Binary | 11001110 | 11110101 | 1101111 | 10000 | 0 | 110111 | 100 | 1001101 | 1010111 | 1000110 |
Color Harmonies of #CEF56F
Complementary color
Monochromatic Colors of #CEF56F
Black with #CEF56F
Text Example
Text Example
White with #CEF56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF56F; }
p { color: rgb(206,245,111); }
H1.HeaderClassName
{
color: #CEF56F;
}
.AnyTagClassName
{
color: #CEF56F;
}
</style>
background-color css
<style>
a { background-color: #CEF56F; }
a { background-color: rgb(206,245,111); }
div.DivClassName
{
background-color: #CEF56F;
}
.BgClassName
{
background-color: #CEF56F;
}
</style>
border-color css
<style>
span { border-color: #CEF56F; }
span { border-color: rgb(206,245,111); }
td.TdClassName
{
border-color: #CEF56F;
}
.TagClassName
{
border-color: #CEF56F;
}
</style>