Shades of Mindaro #CEF158
Tints of Mindaro #CEF158
RGB
CMYK
RGB Variations
Color information
#CEF158 (or 0xCEF158) is known color: Mindaro. HEX triplet: CE, F1 and 58. RGB value is (206,241,88). Sum of RGB (Red+Green+Blue) = 206+241+88=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF158 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF158 is #310EA7. Grayscale: #D5D5D5. Windows color (decimal): -3215016 or 5829070. OLE color: 5829070.
HSL color Cylindrical-coordinate representation of color #CEF158: hue angle of 73.73º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEF158 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 88 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.05 |
| HSL | 73.73º | 0.85% | 0.65% | - |
| HSV(B) | 73.73º | 0.63% | 0.95% | - |
| XYZ | 58.67 | 76.74 | 20.95 | - |
| YUV | 213.09 | 57.4 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 88 | 0.15 | 0 | 0.63 | 0.05 | 73.73 | 0.85 | 0.65 |
| Hex | CE | F1 | 58 | F | 0 | 3F | 5 | 4A | 55 | 41 |
| Octal | 316 | 361 | 130 | 17 | 0 | 77 | 5 | 112 | 125 | 101 |
| Binary | 11001110 | 11110001 | 1011000 | 1111 | 0 | 111111 | 101 | 1001010 | 1010101 | 1000001 |
Color Harmonies of #CEF158
Complementary color
Monochromatic Colors of #CEF158
Black with #CEF158
Text Example
Text Example
White with #CEF158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF158; }
p { color: rgb(206,241,88); }
H1.HeaderClassName
{
color: #CEF158;
}
.AnyTagClassName
{
color: #CEF158;
}
</style>
background-color css
<style>
a { background-color: #CEF158; }
a { background-color: rgb(206,241,88); }
div.DivClassName
{
background-color: #CEF158;
}
.BgClassName
{
background-color: #CEF158;
}
</style>
border-color css
<style>
span { border-color: #CEF158; }
span { border-color: rgb(206,241,88); }
td.TdClassName
{
border-color: #CEF158;
}
.TagClassName
{
border-color: #CEF158;
}
</style>