Shades of Mindaro #CEFE58
Tints of Mindaro #CEFE58
RGB
CMYK
RGB Variations
Color information
#CEFE58 (or 0xCEFE58) is known color: Mindaro. HEX triplet: CE, FE and 58. RGB value is (206,254,88). Sum of RGB (Red+Green+Blue) = 206+254+88=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 88 (34.77% from 255 or 16.06% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFE58 is #3101A7. Grayscale: #DDDDDD. Windows color (decimal): -3211688 or 5832398. OLE color: 5832398.
HSL color Cylindrical-coordinate representation of color #CEFE58: hue angle of 77.35º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEFE58 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 88 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.00 |
| HSL | 77.35º | 0.99% | 0.67% | - |
| HSV(B) | 77.35º | 0.65% | 1% | - |
| XYZ | 62.66 | 84.71 | 22.28 | - |
| YUV | 220.72 | 53.1 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 88 | 0.19 | 0 | 0.65 | 0.00 | 77.35 | 0.99 | 0.67 |
| Hex | CE | FE | 58 | 13 | 0 | 41 | 0 | 4D | 63 | 43 |
| Octal | 316 | 376 | 130 | 23 | 0 | 101 | 0 | 115 | 143 | 103 |
| Binary | 11001110 | 11111110 | 1011000 | 10011 | 0 | 1000001 | 0 | 1001101 | 1100011 | 1000011 |
Color Harmonies of #CEFE58
Complementary color
Monochromatic Colors of #CEFE58
Black with #CEFE58
Text Example
Text Example
White with #CEFE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE58; }
p { color: rgb(206,254,88); }
H1.HeaderClassName
{
color: #CEFE58;
}
.AnyTagClassName
{
color: #CEFE58;
}
</style>
background-color css
<style>
a { background-color: #CEFE58; }
a { background-color: rgb(206,254,88); }
div.DivClassName
{
background-color: #CEFE58;
}
.BgClassName
{
background-color: #CEFE58;
}
</style>
border-color css
<style>
span { border-color: #CEFE58; }
span { border-color: rgb(206,254,88); }
td.TdClassName
{
border-color: #CEFE58;
}
.TagClassName
{
border-color: #CEFE58;
}
</style>