Shades of Mindaro #CEFF51
Tints of Mindaro #CEFF51
RGB
CMYK
RGB Variations
Color information
#CEFF51 (or 0xCEFF51) is known color: Mindaro. HEX triplet: CE, FF and 51. RGB value is (206,255,81). Sum of RGB (Red+Green+Blue) = 206+255+81=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 81 (32.03% from 255 or 14.94% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF51 is #3100AE. Grayscale: #DDDDDD. Windows color (decimal): -3211439 or 5373902. OLE color: 5373902.
HSL color Cylindrical-coordinate representation of color #CEFF51: hue angle of 76.9º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEFF51 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 81 | - |
| CMYK | 0.19 | 0 | 0.68 | 0 |
| HSL | 76.9º | 1% | 0.66% | - |
| HSV(B) | 76.9º | 0.68% | 1% | - |
| XYZ | 62.7 | 85.24 | 20.93 | - |
| YUV | 220.51 | 49.27 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 81 | 0.19 | 0 | 0.68 | 0 | 76.9 | 1 | 0.66 |
| Hex | CE | FF | 51 | 13 | 0 | 44 | 0 | 4D | 64 | 42 |
| Octal | 316 | 377 | 121 | 23 | 0 | 104 | 0 | 115 | 144 | 102 |
| Binary | 11001110 | 11111111 | 1010001 | 10011 | 0 | 1000100 | 0 | 1001101 | 1100100 | 1000010 |
Color Harmonies of #CEFF51
Complementary color
Monochromatic Colors of #CEFF51
Black with #CEFF51
Text Example
Text Example
White with #CEFF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF51; }
p { color: rgb(206,255,81); }
H1.HeaderClassName
{
color: #CEFF51;
}
.AnyTagClassName
{
color: #CEFF51;
}
</style>
background-color css
<style>
a { background-color: #CEFF51; }
a { background-color: rgb(206,255,81); }
div.DivClassName
{
background-color: #CEFF51;
}
.BgClassName
{
background-color: #CEFF51;
}
</style>
border-color css
<style>
span { border-color: #CEFF51; }
span { border-color: rgb(206,255,81); }
td.TdClassName
{
border-color: #CEFF51;
}
.TagClassName
{
border-color: #CEFF51;
}
</style>