Shades of Mindaro #CEF151
Tints of Mindaro #CEF151
RGB
CMYK
RGB Variations
Color information
#CEF151 (or 0xCEF151) is known color: Mindaro. HEX triplet: CE, F1 and 51. RGB value is (206,241,81). Sum of RGB (Red+Green+Blue) = 206+241+81=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 81 (32.03% from 255 or 15.34% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF151 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF151 is #310EAE. Grayscale: #D4D4D4. Windows color (decimal): -3215023 or 5370318. OLE color: 5370318.
HSL color Cylindrical-coordinate representation of color #CEF151: hue angle of 73.12º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEF151 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 81 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.05 |
| HSL | 73.13º | 0.85% | 0.63% | - |
| HSV(B) | 73.13º | 0.66% | 0.95% | - |
| XYZ | 58.39 | 76.63 | 19.5 | - |
| YUV | 212.3 | 53.9 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 81 | 0.15 | 0 | 0.66 | 0.05 | 73.13 | 0.85 | 0.63 |
| Hex | CE | F1 | 51 | F | 0 | 42 | 5 | 49 | 55 | 3F |
| Octal | 316 | 361 | 121 | 17 | 0 | 102 | 5 | 111 | 125 | 77 |
| Binary | 11001110 | 11110001 | 1010001 | 1111 | 0 | 1000010 | 101 | 1001001 | 1010101 | 111111 |
Color Harmonies of #CEF151
Complementary color
Monochromatic Colors of #CEF151
Black with #CEF151
Text Example
Text Example
White with #CEF151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF151; }
p { color: rgb(206,241,81); }
H1.HeaderClassName
{
color: #CEF151;
}
.AnyTagClassName
{
color: #CEF151;
}
</style>
background-color css
<style>
a { background-color: #CEF151; }
a { background-color: rgb(206,241,81); }
div.DivClassName
{
background-color: #CEF151;
}
.BgClassName
{
background-color: #CEF151;
}
</style>
border-color css
<style>
span { border-color: #CEF151; }
span { border-color: rgb(206,241,81); }
td.TdClassName
{
border-color: #CEF151;
}
.TagClassName
{
border-color: #CEF151;
}
</style>