Shades of Mindaro #CEF55C
Tints of Mindaro #CEF55C
RGB
CMYK
RGB Variations
Color information
#CEF55C (or 0xCEF55C) is known color: Mindaro. HEX triplet: CE, F5 and 5C. RGB value is (206,245,92). Sum of RGB (Red+Green+Blue) = 206+245+92=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF55C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF55C is #310AA3. Grayscale: #D8D8D8. Windows color (decimal): -3213988 or 6092238. OLE color: 6092238.
HSL color Cylindrical-coordinate representation of color #CEF55C: hue angle of 75.29º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEF55C is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 92 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.04 |
| HSL | 75.29º | 0.88% | 0.66% | - |
| HSV(B) | 75.29º | 0.62% | 0.96% | - |
| XYZ | 60.04 | 79.2 | 22.25 | - |
| YUV | 215.9 | 58.08 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 92 | 0.16 | 0 | 0.62 | 0.04 | 75.29 | 0.88 | 0.66 |
| Hex | CE | F5 | 5C | 10 | 0 | 3E | 4 | 4B | 58 | 42 |
| Octal | 316 | 365 | 134 | 20 | 0 | 76 | 4 | 113 | 130 | 102 |
| Binary | 11001110 | 11110101 | 1011100 | 10000 | 0 | 111110 | 100 | 1001011 | 1011000 | 1000010 |
Color Harmonies of #CEF55C
Complementary color
Monochromatic Colors of #CEF55C
Black with #CEF55C
Text Example
Text Example
White with #CEF55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF55C; }
p { color: rgb(206,245,92); }
H1.HeaderClassName
{
color: #CEF55C;
}
.AnyTagClassName
{
color: #CEF55C;
}
</style>
background-color css
<style>
a { background-color: #CEF55C; }
a { background-color: rgb(206,245,92); }
div.DivClassName
{
background-color: #CEF55C;
}
.BgClassName
{
background-color: #CEF55C;
}
</style>
border-color css
<style>
span { border-color: #CEF55C; }
span { border-color: rgb(206,245,92); }
td.TdClassName
{
border-color: #CEF55C;
}
.TagClassName
{
border-color: #CEF55C;
}
</style>