Shades of Mindaro #CEFE56
Tints of Mindaro #CEFE56
RGB
CMYK
RGB Variations
Color information
#CEFE56 (or 0xCEFE56) is known color: Mindaro. HEX triplet: CE, FE and 56. RGB value is (206,254,86). Sum of RGB (Red+Green+Blue) = 206+254+86=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 86 (33.98% from 255 or 15.75% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFE56 is #3101A9. Grayscale: #DDDDDD. Windows color (decimal): -3211690 or 5701326. OLE color: 5701326.
HSL color Cylindrical-coordinate representation of color #CEFE56: hue angle of 77.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEFE56 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 86 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.00 |
| HSL | 77.14º | 0.99% | 0.67% | - |
| HSV(B) | 77.14º | 0.66% | 1% | - |
| XYZ | 62.58 | 84.68 | 21.85 | - |
| YUV | 220.5 | 52.1 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 86 | 0.19 | 0 | 0.66 | 0.00 | 77.14 | 0.99 | 0.67 |
| Hex | CE | FE | 56 | 13 | 0 | 42 | 0 | 4D | 63 | 43 |
| Octal | 316 | 376 | 126 | 23 | 0 | 102 | 0 | 115 | 143 | 103 |
| Binary | 11001110 | 11111110 | 1010110 | 10011 | 0 | 1000010 | 0 | 1001101 | 1100011 | 1000011 |
Color Harmonies of #CEFE56
Complementary color
Monochromatic Colors of #CEFE56
Black with #CEFE56
Text Example
Text Example
White with #CEFE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE56; }
p { color: rgb(206,254,86); }
H1.HeaderClassName
{
color: #CEFE56;
}
.AnyTagClassName
{
color: #CEFE56;
}
</style>
background-color css
<style>
a { background-color: #CEFE56; }
a { background-color: rgb(206,254,86); }
div.DivClassName
{
background-color: #CEFE56;
}
.BgClassName
{
background-color: #CEFE56;
}
</style>
border-color css
<style>
span { border-color: #CEFE56; }
span { border-color: rgb(206,254,86); }
td.TdClassName
{
border-color: #CEFE56;
}
.TagClassName
{
border-color: #CEFE56;
}
</style>