Shades of Mindaro #CEF251
Tints of Mindaro #CEF251
RGB
CMYK
RGB Variations
Color information
#CEF251 (or 0xCEF251) is known color: Mindaro. HEX triplet: CE, F2 and 51. RGB value is (206,242,81). Sum of RGB (Red+Green+Blue) = 206+242+81=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 81 (32.03% from 255 or 15.31% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF251 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF251 is #310DAE. Grayscale: #D5D5D5. Windows color (decimal): -3214767 or 5370574. OLE color: 5370574.
HSL color Cylindrical-coordinate representation of color #CEF251: hue angle of 73.42º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEF251 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 81 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.05 |
| HSL | 73.42º | 0.86% | 0.63% | - |
| HSV(B) | 73.42º | 0.67% | 0.95% | - |
| XYZ | 58.69 | 77.22 | 19.6 | - |
| YUV | 212.88 | 53.57 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 81 | 0.15 | 0 | 0.67 | 0.05 | 73.42 | 0.86 | 0.63 |
| Hex | CE | F2 | 51 | F | 0 | 43 | 5 | 49 | 56 | 3F |
| Octal | 316 | 362 | 121 | 17 | 0 | 103 | 5 | 111 | 126 | 77 |
| Binary | 11001110 | 11110010 | 1010001 | 1111 | 0 | 1000011 | 101 | 1001001 | 1010110 | 111111 |
Color Harmonies of #CEF251
Complementary color
Monochromatic Colors of #CEF251
Black with #CEF251
Text Example
Text Example
White with #CEF251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF251; }
p { color: rgb(206,242,81); }
H1.HeaderClassName
{
color: #CEF251;
}
.AnyTagClassName
{
color: #CEF251;
}
</style>
background-color css
<style>
a { background-color: #CEF251; }
a { background-color: rgb(206,242,81); }
div.DivClassName
{
background-color: #CEF251;
}
.BgClassName
{
background-color: #CEF251;
}
</style>
border-color css
<style>
span { border-color: #CEF251; }
span { border-color: rgb(206,242,81); }
td.TdClassName
{
border-color: #CEF251;
}
.TagClassName
{
border-color: #CEF251;
}
</style>