Shades of Mindaro #C7E55F
Tints of Mindaro #C7E55F
RGB
CMYK
RGB Variations
Color information
#C7E55F (or 0xC7E55F) is known color: Mindaro. HEX triplet: C7, E5 and 5F. RGB value is (199,229,95). Sum of RGB (Red+Green+Blue) = 199+229+95=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 229 - color contains mainly: green. Hex color #C7E55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E55F is #381AA0. Grayscale: #CDCDCD. Windows color (decimal): -3676833 or 6284743. OLE color: 6284743.
HSL color Cylindrical-coordinate representation of color #C7E55F: hue angle of 73.43º 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 #C7E55F is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 229 | 95 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.10 |
| HSL | 73.43º | 0.72% | 0.64% | - |
| HSV(B) | 73.43º | 0.59% | 0.9% | - |
| XYZ | 53.64 | 69.01 | 21.32 | - |
| YUV | 204.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 229 | 95 | 0.13 | 0 | 0.59 | 0.10 | 73.43 | 0.72 | 0.64 |
| Hex | C7 | E5 | 5F | D | 0 | 3B | A | 49 | 48 | 40 |
| Octal | 307 | 345 | 137 | 15 | 0 | 73 | 12 | 111 | 110 | 100 |
| Binary | 11000111 | 11100101 | 1011111 | 1101 | 0 | 111011 | 1010 | 1001001 | 1001000 | 1000000 |
Color Harmonies of #C7E55F
Complementary color
Monochromatic Colors of #C7E55F
Black with #C7E55F
Text Example
Text Example
White with #C7E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E55F; }
p { color: rgb(199,229,95); }
H1.HeaderClassName
{
color: #C7E55F;
}
.AnyTagClassName
{
color: #C7E55F;
}
</style>
background-color css
<style>
a { background-color: #C7E55F; }
a { background-color: rgb(199,229,95); }
div.DivClassName
{
background-color: #C7E55F;
}
.BgClassName
{
background-color: #C7E55F;
}
</style>
border-color css
<style>
span { border-color: #C7E55F; }
span { border-color: rgb(199,229,95); }
td.TdClassName
{
border-color: #C7E55F;
}
.TagClassName
{
border-color: #C7E55F;
}
</style>