Shades of Mindaro #CEF258
Tints of Mindaro #CEF258
RGB
CMYK
RGB Variations
Color information
#CEF258 (or 0xCEF258) is known color: Mindaro. HEX triplet: CE, F2 and 58. RGB value is (206,242,88). Sum of RGB (Red+Green+Blue) = 206+242+88=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 88 (34.77% from 255 or 16.42% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF258 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF258 is #310DA7. Grayscale: #D6D6D6. Windows color (decimal): -3214760 or 5829326. OLE color: 5829326.
HSL color Cylindrical-coordinate representation of color #CEF258: hue angle of 74.03º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEF258 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 88 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.05 |
| HSL | 74.03º | 0.86% | 0.65% | - |
| HSV(B) | 74.03º | 0.64% | 0.95% | - |
| XYZ | 58.97 | 77.33 | 21.05 | - |
| YUV | 213.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 88 | 0.15 | 0 | 0.64 | 0.05 | 74.03 | 0.86 | 0.65 |
| Hex | CE | F2 | 58 | F | 0 | 40 | 5 | 4A | 56 | 41 |
| Octal | 316 | 362 | 130 | 17 | 0 | 100 | 5 | 112 | 126 | 101 |
| Binary | 11001110 | 11110010 | 1011000 | 1111 | 0 | 1000000 | 101 | 1001010 | 1010110 | 1000001 |
Color Harmonies of #CEF258
Complementary color
Monochromatic Colors of #CEF258
Black with #CEF258
Text Example
Text Example
White with #CEF258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF258; }
p { color: rgb(206,242,88); }
H1.HeaderClassName
{
color: #CEF258;
}
.AnyTagClassName
{
color: #CEF258;
}
</style>
background-color css
<style>
a { background-color: #CEF258; }
a { background-color: rgb(206,242,88); }
div.DivClassName
{
background-color: #CEF258;
}
.BgClassName
{
background-color: #CEF258;
}
</style>
border-color css
<style>
span { border-color: #CEF258; }
span { border-color: rgb(206,242,88); }
td.TdClassName
{
border-color: #CEF258;
}
.TagClassName
{
border-color: #CEF258;
}
</style>