Shades of Mindaro #C8E55F
Tints of Mindaro #C8E55F
RGB
CMYK
RGB Variations
Color information
#C8E55F (or 0xC8E55F) is known color: Mindaro. HEX triplet: C8, E5 and 5F. RGB value is (200,229,95). Sum of RGB (Red+Green+Blue) = 200+229+95=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #C8E55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E55F is #371AA0. Grayscale: #CDCDCD. Windows color (decimal): -3611297 or 6284744. OLE color: 6284744.
HSL color Cylindrical-coordinate representation of color #C8E55F: hue angle of 72.99º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8E55F is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 229 | 95 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.10 |
| HSL | 72.99º | 0.72% | 0.64% | - |
| HSV(B) | 72.99º | 0.59% | 0.9% | - |
| XYZ | 53.9 | 69.14 | 21.33 | - |
| YUV | 205.05 | 65.89 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 229 | 95 | 0.13 | 0 | 0.59 | 0.10 | 72.99 | 0.72 | 0.64 |
| Hex | C8 | E5 | 5F | D | 0 | 3B | A | 49 | 48 | 40 |
| Octal | 310 | 345 | 137 | 15 | 0 | 73 | 12 | 111 | 110 | 100 |
| Binary | 11001000 | 11100101 | 1011111 | 1101 | 0 | 111011 | 1010 | 1001001 | 1001000 | 1000000 |
Color Harmonies of #C8E55F
Complementary color
Monochromatic Colors of #C8E55F
Black with #C8E55F
Text Example
Text Example
White with #C8E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E55F; }
p { color: rgb(200,229,95); }
H1.HeaderClassName
{
color: #C8E55F;
}
.AnyTagClassName
{
color: #C8E55F;
}
</style>
background-color css
<style>
a { background-color: #C8E55F; }
a { background-color: rgb(200,229,95); }
div.DivClassName
{
background-color: #C8E55F;
}
.BgClassName
{
background-color: #C8E55F;
}
</style>
border-color css
<style>
span { border-color: #C8E55F; }
span { border-color: rgb(200,229,95); }
td.TdClassName
{
border-color: #C8E55F;
}
.TagClassName
{
border-color: #C8E55F;
}
</style>