Shades of Mindaro #C5FE5C
Tints of Mindaro #C5FE5C
RGB
CMYK
RGB Variations
Color information
#C5FE5C (or 0xC5FE5C) is known color: Mindaro. HEX triplet: C5, FE and 5C. RGB value is (197,254,92). Sum of RGB (Red+Green+Blue) = 197+254+92=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FE5C is #3A01A3. Grayscale: #DBDBDB. Windows color (decimal): -3801508 or 6094533. OLE color: 6094533.
HSL color Cylindrical-coordinate representation of color #C5FE5C: hue angle of 81.11º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5FE5C is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 92 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.00 |
| HSL | 81.11º | 0.99% | 0.68% | - |
| HSV(B) | 81.11º | 0.64% | 1% | - |
| XYZ | 60.4 | 83.53 | 23.06 | - |
| YUV | 218.49 | 56.62 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 92 | 0.22 | 0 | 0.64 | 0.00 | 81.11 | 0.99 | 0.68 |
| Hex | C5 | FE | 5C | 16 | 0 | 40 | 0 | 51 | 63 | 44 |
| Octal | 305 | 376 | 134 | 26 | 0 | 100 | 0 | 121 | 143 | 104 |
| Binary | 11000101 | 11111110 | 1011100 | 10110 | 0 | 1000000 | 0 | 1010001 | 1100011 | 1000100 |
Color Harmonies of #C5FE5C
Complementary color
Monochromatic Colors of #C5FE5C
Black with #C5FE5C
Text Example
Text Example
White with #C5FE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FE5C; }
p { color: rgb(197,254,92); }
H1.HeaderClassName
{
color: #C5FE5C;
}
.AnyTagClassName
{
color: #C5FE5C;
}
</style>
background-color css
<style>
a { background-color: #C5FE5C; }
a { background-color: rgb(197,254,92); }
div.DivClassName
{
background-color: #C5FE5C;
}
.BgClassName
{
background-color: #C5FE5C;
}
</style>
border-color css
<style>
span { border-color: #C5FE5C; }
span { border-color: rgb(197,254,92); }
td.TdClassName
{
border-color: #C5FE5C;
}
.TagClassName
{
border-color: #C5FE5C;
}
</style>