Shades of Mindaro #CEEC51
Tints of Mindaro #CEEC51
RGB
CMYK
RGB Variations
Color information
#CEEC51 (or 0xCEEC51) is known color: Mindaro. HEX triplet: CE, EC and 51. RGB value is (206,236,81). Sum of RGB (Red+Green+Blue) = 206+236+81=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEC51 is #3113AE. Grayscale: #D1D1D1. Windows color (decimal): -3216303 or 5369038. OLE color: 5369038.
HSL color Cylindrical-coordinate representation of color #CEEC51: hue angle of 71.61º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEEC51 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 81 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.07 |
| HSL | 71.61º | 0.8% | 0.62% | - |
| HSV(B) | 71.61º | 0.66% | 0.93% | - |
| XYZ | 56.93 | 73.71 | 19.01 | - |
| YUV | 209.36 | 55.56 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 81 | 0.13 | 0 | 0.66 | 0.07 | 71.61 | 0.8 | 0.62 |
| Hex | CE | EC | 51 | D | 0 | 42 | 7 | 48 | 50 | 3E |
| Octal | 316 | 354 | 121 | 15 | 0 | 102 | 7 | 110 | 120 | 76 |
| Binary | 11001110 | 11101100 | 1010001 | 1101 | 0 | 1000010 | 111 | 1001000 | 1010000 | 111110 |
Color Harmonies of #CEEC51
Complementary color
Monochromatic Colors of #CEEC51
Black with #CEEC51
Text Example
Text Example
White with #CEEC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC51; }
p { color: rgb(206,236,81); }
H1.HeaderClassName
{
color: #CEEC51;
}
.AnyTagClassName
{
color: #CEEC51;
}
</style>
background-color css
<style>
a { background-color: #CEEC51; }
a { background-color: rgb(206,236,81); }
div.DivClassName
{
background-color: #CEEC51;
}
.BgClassName
{
background-color: #CEEC51;
}
</style>
border-color css
<style>
span { border-color: #CEEC51; }
span { border-color: rgb(206,236,81); }
td.TdClassName
{
border-color: #CEEC51;
}
.TagClassName
{
border-color: #CEEC51;
}
</style>