Shades of Mindaro #CEED56
Tints of Mindaro #CEED56
RGB
CMYK
RGB Variations
Color information
#CEED56 (or 0xCEED56) is known color: Mindaro. HEX triplet: CE, ED and 56. RGB value is (206,237,86). Sum of RGB (Red+Green+Blue) = 206+237+86=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 86 (33.98% from 255 or 16.26% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED56 is #3112A9. Grayscale: #D3D3D3. Windows color (decimal): -3216042 or 5696974. OLE color: 5696974.
HSL color Cylindrical-coordinate representation of color #CEED56: hue angle of 72.32º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEED56 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 86 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.07 |
| HSL | 72.32º | 0.81% | 0.63% | - |
| HSV(B) | 72.32º | 0.64% | 0.93% | - |
| XYZ | 57.42 | 74.36 | 20.13 | - |
| YUV | 210.52 | 57.73 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 86 | 0.13 | 0 | 0.64 | 0.07 | 72.32 | 0.81 | 0.63 |
| Hex | CE | ED | 56 | D | 0 | 40 | 7 | 48 | 51 | 3F |
| Octal | 316 | 355 | 126 | 15 | 0 | 100 | 7 | 110 | 121 | 77 |
| Binary | 11001110 | 11101101 | 1010110 | 1101 | 0 | 1000000 | 111 | 1001000 | 1010001 | 111111 |
Color Harmonies of #CEED56
Complementary color
Monochromatic Colors of #CEED56
Black with #CEED56
Text Example
Text Example
White with #CEED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED56; }
p { color: rgb(206,237,86); }
H1.HeaderClassName
{
color: #CEED56;
}
.AnyTagClassName
{
color: #CEED56;
}
</style>
background-color css
<style>
a { background-color: #CEED56; }
a { background-color: rgb(206,237,86); }
div.DivClassName
{
background-color: #CEED56;
}
.BgClassName
{
background-color: #CEED56;
}
</style>
border-color css
<style>
span { border-color: #CEED56; }
span { border-color: rgb(206,237,86); }
td.TdClassName
{
border-color: #CEED56;
}
.TagClassName
{
border-color: #CEED56;
}
</style>