Shades of Mindaro #CEF853
Tints of Mindaro #CEF853
RGB
CMYK
RGB Variations
Color information
#CEF853 (or 0xCEF853) is known color: Mindaro. HEX triplet: CE, F8 and 53. RGB value is (206,248,83). Sum of RGB (Red+Green+Blue) = 206+248+83=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF853 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF853 is #3107AC. Grayscale: #D9D9D9. Windows color (decimal): -3213229 or 5503182. OLE color: 5503182.
HSL color Cylindrical-coordinate representation of color #CEF853: hue angle of 75.27º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEF853 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 83 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.03 |
| HSL | 75.27º | 0.92% | 0.65% | - |
| HSV(B) | 75.27º | 0.67% | 0.97% | - |
| XYZ | 60.58 | 80.88 | 20.6 | - |
| YUV | 216.63 | 52.59 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 83 | 0.17 | 0 | 0.67 | 0.03 | 75.27 | 0.92 | 0.65 |
| Hex | CE | F8 | 53 | 11 | 0 | 43 | 3 | 4B | 5C | 41 |
| Octal | 316 | 370 | 123 | 21 | 0 | 103 | 3 | 113 | 134 | 101 |
| Binary | 11001110 | 11111000 | 1010011 | 10001 | 0 | 1000011 | 11 | 1001011 | 1011100 | 1000001 |
Color Harmonies of #CEF853
Complementary color
Monochromatic Colors of #CEF853
Black with #CEF853
Text Example
Text Example
White with #CEF853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF853; }
p { color: rgb(206,248,83); }
H1.HeaderClassName
{
color: #CEF853;
}
.AnyTagClassName
{
color: #CEF853;
}
</style>
background-color css
<style>
a { background-color: #CEF853; }
a { background-color: rgb(206,248,83); }
div.DivClassName
{
background-color: #CEF853;
}
.BgClassName
{
background-color: #CEF853;
}
</style>
border-color css
<style>
span { border-color: #CEF853; }
span { border-color: rgb(206,248,83); }
td.TdClassName
{
border-color: #CEF853;
}
.TagClassName
{
border-color: #CEF853;
}
</style>