Shades of Mindaro #CEFF56
Tints of Mindaro #CEFF56
RGB
CMYK
RGB Variations
Color information
#CEFF56 (or 0xCEFF56) is known color: Mindaro. HEX triplet: CE, FF and 56. RGB value is (206,255,86). Sum of RGB (Red+Green+Blue) = 206+255+86=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 86 (33.98% from 255 or 15.72% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF56 is #3100A9. Grayscale: #DDDDDD. Windows color (decimal): -3211434 or 5701582. OLE color: 5701582.
HSL color Cylindrical-coordinate representation of color #CEFF56: hue angle of 77.4º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEFF56 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 86 | - |
| CMYK | 0.19 | 0 | 0.66 | 0 |
| HSL | 77.4º | 1% | 0.67% | - |
| HSV(B) | 77.4º | 0.66% | 1% | - |
| XYZ | 62.89 | 85.31 | 21.96 | - |
| YUV | 221.08 | 51.77 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 86 | 0.19 | 0 | 0.66 | 0 | 77.4 | 1 | 0.67 |
| Hex | CE | FF | 56 | 13 | 0 | 42 | 0 | 4D | 64 | 43 |
| Octal | 316 | 377 | 126 | 23 | 0 | 102 | 0 | 115 | 144 | 103 |
| Binary | 11001110 | 11111111 | 1010110 | 10011 | 0 | 1000010 | 0 | 1001101 | 1100100 | 1000011 |
Color Harmonies of #CEFF56
Complementary color
Monochromatic Colors of #CEFF56
Black with #CEFF56
Text Example
Text Example
White with #CEFF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF56; }
p { color: rgb(206,255,86); }
H1.HeaderClassName
{
color: #CEFF56;
}
.AnyTagClassName
{
color: #CEFF56;
}
</style>
background-color css
<style>
a { background-color: #CEFF56; }
a { background-color: rgb(206,255,86); }
div.DivClassName
{
background-color: #CEFF56;
}
.BgClassName
{
background-color: #CEFF56;
}
</style>
border-color css
<style>
span { border-color: #CEFF56; }
span { border-color: rgb(206,255,86); }
td.TdClassName
{
border-color: #CEFF56;
}
.TagClassName
{
border-color: #CEFF56;
}
</style>