Shades of Mindaro #CEEC65
Tints of Mindaro #CEEC65
RGB
CMYK
RGB Variations
Color information
#CEEC65 (or 0xCEEC65) is known color: Mindaro. HEX triplet: CE, EC and 65. RGB value is (206,236,101). Sum of RGB (Red+Green+Blue) = 206+236+101=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEC65 is #31139A. Grayscale: #D4D4D4. Windows color (decimal): -3216283 or 6679758. OLE color: 6679758.
HSL color Cylindrical-coordinate representation of color #CEEC65: hue angle of 73.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEEC65 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 101 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.07 |
| HSL | 73.33º | 0.78% | 0.66% | - |
| HSV(B) | 73.33º | 0.57% | 0.93% | - |
| XYZ | 57.8 | 74.05 | 23.56 | - |
| YUV | 211.64 | 65.56 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 101 | 0.13 | 0 | 0.57 | 0.07 | 73.33 | 0.78 | 0.66 |
| Hex | CE | EC | 65 | D | 0 | 39 | 7 | 49 | 4E | 42 |
| Octal | 316 | 354 | 145 | 15 | 0 | 71 | 7 | 111 | 116 | 102 |
| Binary | 11001110 | 11101100 | 1100101 | 1101 | 0 | 111001 | 111 | 1001001 | 1001110 | 1000010 |
Color Harmonies of #CEEC65
Complementary color
Monochromatic Colors of #CEEC65
Black with #CEEC65
Text Example
Text Example
White with #CEEC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC65; }
p { color: rgb(206,236,101); }
H1.HeaderClassName
{
color: #CEEC65;
}
.AnyTagClassName
{
color: #CEEC65;
}
</style>
background-color css
<style>
a { background-color: #CEEC65; }
a { background-color: rgb(206,236,101); }
div.DivClassName
{
background-color: #CEEC65;
}
.BgClassName
{
background-color: #CEEC65;
}
</style>
border-color css
<style>
span { border-color: #CEEC65; }
span { border-color: rgb(206,236,101); }
td.TdClassName
{
border-color: #CEEC65;
}
.TagClassName
{
border-color: #CEEC65;
}
</style>