Shades of Mindaro #CEF75F
Tints of Mindaro #CEF75F
RGB
CMYK
RGB Variations
Color information
#CEF75F (or 0xCEF75F) is known color: Mindaro. HEX triplet: CE, F7 and 5F. RGB value is (206,247,95). Sum of RGB (Red+Green+Blue) = 206+247+95=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF75F is #3108A0. Grayscale: #D9D9D9. Windows color (decimal): -3213473 or 6289358. OLE color: 6289358.
HSL color Cylindrical-coordinate representation of color #CEF75F: hue angle of 76.18º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEF75F is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 95 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.03 |
| HSL | 76.18º | 0.9% | 0.67% | - |
| HSV(B) | 76.18º | 0.62% | 0.97% | - |
| XYZ | 60.78 | 80.47 | 23.16 | - |
| YUV | 217.41 | 58.92 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 95 | 0.17 | 0 | 0.62 | 0.03 | 76.18 | 0.9 | 0.67 |
| Hex | CE | F7 | 5F | 11 | 0 | 3E | 3 | 4C | 5A | 43 |
| Octal | 316 | 367 | 137 | 21 | 0 | 76 | 3 | 114 | 132 | 103 |
| Binary | 11001110 | 11110111 | 1011111 | 10001 | 0 | 111110 | 11 | 1001100 | 1011010 | 1000011 |
Color Harmonies of #CEF75F
Complementary color
Monochromatic Colors of #CEF75F
Black with #CEF75F
Text Example
Text Example
White with #CEF75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF75F; }
p { color: rgb(206,247,95); }
H1.HeaderClassName
{
color: #CEF75F;
}
.AnyTagClassName
{
color: #CEF75F;
}
</style>
background-color css
<style>
a { background-color: #CEF75F; }
a { background-color: rgb(206,247,95); }
div.DivClassName
{
background-color: #CEF75F;
}
.BgClassName
{
background-color: #CEF75F;
}
</style>
border-color css
<style>
span { border-color: #CEF75F; }
span { border-color: rgb(206,247,95); }
td.TdClassName
{
border-color: #CEF75F;
}
.TagClassName
{
border-color: #CEF75F;
}
</style>