Shades of Mindaro #C5E568
Tints of Mindaro #C5E568
RGB
CMYK
RGB Variations
Color information
#C5E568 (or 0xC5E568) is known color: Mindaro. HEX triplet: C5, E5 and 68. RGB value is (197,229,104). Sum of RGB (Red+Green+Blue) = 197+229+104=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E568 is #3A1A97. Grayscale: #CDCDCD. Windows color (decimal): -3807896 or 6874565. OLE color: 6874565.
HSL color Cylindrical-coordinate representation of color #C5E568: hue angle of 75.36º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5E568 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 104 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.10 |
| HSL | 75.36º | 0.71% | 0.65% | - |
| HSV(B) | 75.36º | 0.55% | 0.9% | - |
| XYZ | 53.54 | 68.91 | 23.58 | - |
| YUV | 205.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 104 | 0.14 | 0 | 0.55 | 0.10 | 75.36 | 0.71 | 0.65 |
| Hex | C5 | E5 | 68 | E | 0 | 37 | A | 4B | 47 | 41 |
| Octal | 305 | 345 | 150 | 16 | 0 | 67 | 12 | 113 | 107 | 101 |
| Binary | 11000101 | 11100101 | 1101000 | 1110 | 0 | 110111 | 1010 | 1001011 | 1000111 | 1000001 |
Color Harmonies of #C5E568
Complementary color
Monochromatic Colors of #C5E568
Black with #C5E568
Text Example
Text Example
White with #C5E568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E568; }
p { color: rgb(197,229,104); }
H1.HeaderClassName
{
color: #C5E568;
}
.AnyTagClassName
{
color: #C5E568;
}
</style>
background-color css
<style>
a { background-color: #C5E568; }
a { background-color: rgb(197,229,104); }
div.DivClassName
{
background-color: #C5E568;
}
.BgClassName
{
background-color: #C5E568;
}
</style>
border-color css
<style>
span { border-color: #C5E568; }
span { border-color: rgb(197,229,104); }
td.TdClassName
{
border-color: #C5E568;
}
.TagClassName
{
border-color: #C5E568;
}
</style>