Shades of Mindaro #CEF255
Tints of Mindaro #CEF255
RGB
CMYK
RGB Variations
Color information
#CEF255 (or 0xCEF255) is known color: Mindaro. HEX triplet: CE, F2 and 55. RGB value is (206,242,85). Sum of RGB (Red+Green+Blue) = 206+242+85=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF255 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF255 is #310DAA. Grayscale: #D5D5D5. Windows color (decimal): -3214763 or 5632718. OLE color: 5632718.
HSL color Cylindrical-coordinate representation of color #CEF255: hue angle of 73.76º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEF255 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 85 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.05 |
| HSL | 73.76º | 0.86% | 0.64% | - |
| HSV(B) | 73.76º | 0.65% | 0.95% | - |
| XYZ | 58.85 | 77.28 | 20.41 | - |
| YUV | 213.34 | 55.57 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 85 | 0.15 | 0 | 0.65 | 0.05 | 73.76 | 0.86 | 0.64 |
| Hex | CE | F2 | 55 | F | 0 | 41 | 5 | 4A | 56 | 40 |
| Octal | 316 | 362 | 125 | 17 | 0 | 101 | 5 | 112 | 126 | 100 |
| Binary | 11001110 | 11110010 | 1010101 | 1111 | 0 | 1000001 | 101 | 1001010 | 1010110 | 1000000 |
Color Harmonies of #CEF255
Complementary color
Monochromatic Colors of #CEF255
Black with #CEF255
Text Example
Text Example
White with #CEF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF255; }
p { color: rgb(206,242,85); }
H1.HeaderClassName
{
color: #CEF255;
}
.AnyTagClassName
{
color: #CEF255;
}
</style>
background-color css
<style>
a { background-color: #CEF255; }
a { background-color: rgb(206,242,85); }
div.DivClassName
{
background-color: #CEF255;
}
.BgClassName
{
background-color: #CEF255;
}
</style>
border-color css
<style>
span { border-color: #CEF255; }
span { border-color: rgb(206,242,85); }
td.TdClassName
{
border-color: #CEF255;
}
.TagClassName
{
border-color: #CEF255;
}
</style>