Shades of Mindaro #CEF058
Tints of Mindaro #CEF058
RGB
CMYK
RGB Variations
Color information
#CEF058 (or 0xCEF058) is known color: Mindaro. HEX triplet: CE, F0 and 58. RGB value is (206,240,88). Sum of RGB (Red+Green+Blue) = 206+240+88=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 88 (34.77% from 255 or 16.48% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF058 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF058 is #310FA7. Grayscale: #D5D5D5. Windows color (decimal): -3215272 or 5828814. OLE color: 5828814.
HSL color Cylindrical-coordinate representation of color #CEF058: hue angle of 73.42º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEF058 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 88 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.06 |
| HSL | 73.42º | 0.84% | 0.64% | - |
| HSV(B) | 73.42º | 0.63% | 0.94% | - |
| XYZ | 58.38 | 76.15 | 20.85 | - |
| YUV | 212.51 | 57.74 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 88 | 0.14 | 0 | 0.63 | 0.06 | 73.42 | 0.84 | 0.64 |
| Hex | CE | F0 | 58 | E | 0 | 3F | 6 | 49 | 54 | 40 |
| Octal | 316 | 360 | 130 | 16 | 0 | 77 | 6 | 111 | 124 | 100 |
| Binary | 11001110 | 11110000 | 1011000 | 1110 | 0 | 111111 | 110 | 1001001 | 1010100 | 1000000 |
Color Harmonies of #CEF058
Complementary color
Monochromatic Colors of #CEF058
Black with #CEF058
Text Example
Text Example
White with #CEF058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF058; }
p { color: rgb(206,240,88); }
H1.HeaderClassName
{
color: #CEF058;
}
.AnyTagClassName
{
color: #CEF058;
}
</style>
background-color css
<style>
a { background-color: #CEF058; }
a { background-color: rgb(206,240,88); }
div.DivClassName
{
background-color: #CEF058;
}
.BgClassName
{
background-color: #CEF058;
}
</style>
border-color css
<style>
span { border-color: #CEF058; }
span { border-color: rgb(206,240,88); }
td.TdClassName
{
border-color: #CEF058;
}
.TagClassName
{
border-color: #CEF058;
}
</style>