Shades of Mindaro #C5F360
Tints of Mindaro #C5F360
RGB
CMYK
RGB Variations
Color information
#C5F360 (or 0xC5F360) is known color: Mindaro. HEX triplet: C5, F3 and 60. RGB value is (197,243,96). Sum of RGB (Red+Green+Blue) = 197+243+96=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F360 is #3A0C9F. Grayscale: #D5D5D5. Windows color (decimal): -3804320 or 6353861. OLE color: 6353861.
HSL color Cylindrical-coordinate representation of color #C5F360: hue angle of 78.78º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5F360 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 96 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.05 |
| HSL | 78.78º | 0.86% | 0.66% | - |
| HSV(B) | 78.78º | 0.6% | 0.95% | - |
| XYZ | 57.19 | 76.82 | 22.88 | - |
| YUV | 212.49 | 62.26 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 96 | 0.19 | 0 | 0.60 | 0.05 | 78.78 | 0.86 | 0.66 |
| Hex | C5 | F3 | 60 | 13 | 0 | 3C | 5 | 4F | 56 | 42 |
| Octal | 305 | 363 | 140 | 23 | 0 | 74 | 5 | 117 | 126 | 102 |
| Binary | 11000101 | 11110011 | 1100000 | 10011 | 0 | 111100 | 101 | 1001111 | 1010110 | 1000010 |
Color Harmonies of #C5F360
Complementary color
Monochromatic Colors of #C5F360
Black with #C5F360
Text Example
Text Example
White with #C5F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F360; }
p { color: rgb(197,243,96); }
H1.HeaderClassName
{
color: #C5F360;
}
.AnyTagClassName
{
color: #C5F360;
}
</style>
background-color css
<style>
a { background-color: #C5F360; }
a { background-color: rgb(197,243,96); }
div.DivClassName
{
background-color: #C5F360;
}
.BgClassName
{
background-color: #C5F360;
}
</style>
border-color css
<style>
span { border-color: #C5F360; }
span { border-color: rgb(197,243,96); }
td.TdClassName
{
border-color: #C5F360;
}
.TagClassName
{
border-color: #C5F360;
}
</style>