Shades of Mindaro #CEF15E
Tints of Mindaro #CEF15E
RGB
CMYK
RGB Variations
Color information
#CEF15E (or 0xCEF15E) is known color: Mindaro. HEX triplet: CE, F1 and 5E. RGB value is (206,241,94). Sum of RGB (Red+Green+Blue) = 206+241+94=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF15E is #310EA1. Grayscale: #D6D6D6. Windows color (decimal): -3215010 or 6222286. OLE color: 6222286.
HSL color Cylindrical-coordinate representation of color #CEF15E: hue angle of 74.29º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEF15E is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 94 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.05 |
| HSL | 74.29º | 0.84% | 0.66% | - |
| HSV(B) | 74.29º | 0.61% | 0.95% | - |
| XYZ | 58.93 | 76.84 | 22.32 | - |
| YUV | 213.78 | 60.4 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 94 | 0.15 | 0 | 0.61 | 0.05 | 74.29 | 0.84 | 0.66 |
| Hex | CE | F1 | 5E | F | 0 | 3D | 5 | 4A | 54 | 42 |
| Octal | 316 | 361 | 136 | 17 | 0 | 75 | 5 | 112 | 124 | 102 |
| Binary | 11001110 | 11110001 | 1011110 | 1111 | 0 | 111101 | 101 | 1001010 | 1010100 | 1000010 |
Color Harmonies of #CEF15E
Complementary color
Monochromatic Colors of #CEF15E
Black with #CEF15E
Text Example
Text Example
White with #CEF15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF15E; }
p { color: rgb(206,241,94); }
H1.HeaderClassName
{
color: #CEF15E;
}
.AnyTagClassName
{
color: #CEF15E;
}
</style>
background-color css
<style>
a { background-color: #CEF15E; }
a { background-color: rgb(206,241,94); }
div.DivClassName
{
background-color: #CEF15E;
}
.BgClassName
{
background-color: #CEF15E;
}
</style>
border-color css
<style>
span { border-color: #CEF15E; }
span { border-color: rgb(206,241,94); }
td.TdClassName
{
border-color: #CEF15E;
}
.TagClassName
{
border-color: #CEF15E;
}
</style>