Shades of Mindaro #CEF855
Tints of Mindaro #CEF855
RGB
CMYK
RGB Variations
Color information
#CEF855 (or 0xCEF855) is known color: Mindaro. HEX triplet: CE, F8 and 55. RGB value is (206,248,85). Sum of RGB (Red+Green+Blue) = 206+248+85=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF855 is #3107AA. Grayscale: #D9D9D9. Windows color (decimal): -3213227 or 5634254. OLE color: 5634254.
HSL color Cylindrical-coordinate representation of color #CEF855: hue angle of 75.46º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEF855 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 85 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.03 |
| HSL | 75.46º | 0.92% | 0.65% | - |
| HSV(B) | 75.46º | 0.66% | 0.97% | - |
| XYZ | 60.66 | 80.91 | 21.01 | - |
| YUV | 216.86 | 53.59 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 85 | 0.17 | 0 | 0.66 | 0.03 | 75.46 | 0.92 | 0.65 |
| Hex | CE | F8 | 55 | 11 | 0 | 42 | 3 | 4B | 5C | 41 |
| Octal | 316 | 370 | 125 | 21 | 0 | 102 | 3 | 113 | 134 | 101 |
| Binary | 11001110 | 11111000 | 1010101 | 10001 | 0 | 1000010 | 11 | 1001011 | 1011100 | 1000001 |
Color Harmonies of #CEF855
Complementary color
Monochromatic Colors of #CEF855
Black with #CEF855
Text Example
Text Example
White with #CEF855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF855; }
p { color: rgb(206,248,85); }
H1.HeaderClassName
{
color: #CEF855;
}
.AnyTagClassName
{
color: #CEF855;
}
</style>
background-color css
<style>
a { background-color: #CEF855; }
a { background-color: rgb(206,248,85); }
div.DivClassName
{
background-color: #CEF855;
}
.BgClassName
{
background-color: #CEF855;
}
</style>
border-color css
<style>
span { border-color: #CEF855; }
span { border-color: rgb(206,248,85); }
td.TdClassName
{
border-color: #CEF855;
}
.TagClassName
{
border-color: #CEF855;
}
</style>