Shades of Mindaro #C8F95A
Tints of Mindaro #C8F95A
RGB
CMYK
RGB Variations
Color information
#C8F95A (or 0xC8F95A) is known color: Mindaro. HEX triplet: C8, F9 and 5A. RGB value is (200,249,90). Sum of RGB (Red+Green+Blue) = 200+249+90=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F95A is #3706A5. Grayscale: #D8D8D8. Windows color (decimal): -3606182 or 5962184. OLE color: 5962184.
HSL color Cylindrical-coordinate representation of color #C8F95A: hue angle of 78.49º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8F95A is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 90 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.02 |
| HSL | 78.49º | 0.93% | 0.66% | - |
| HSV(B) | 78.49º | 0.64% | 0.98% | - |
| XYZ | 59.54 | 80.77 | 22.12 | - |
| YUV | 216.22 | 56.77 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 90 | 0.20 | 0 | 0.64 | 0.02 | 78.49 | 0.93 | 0.66 |
| Hex | C8 | F9 | 5A | 14 | 0 | 40 | 2 | 4E | 5D | 42 |
| Octal | 310 | 371 | 132 | 24 | 0 | 100 | 2 | 116 | 135 | 102 |
| Binary | 11001000 | 11111001 | 1011010 | 10100 | 0 | 1000000 | 10 | 1001110 | 1011101 | 1000010 |
Color Harmonies of #C8F95A
Complementary color
Monochromatic Colors of #C8F95A
Black with #C8F95A
Text Example
Text Example
White with #C8F95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F95A; }
p { color: rgb(200,249,90); }
H1.HeaderClassName
{
color: #C8F95A;
}
.AnyTagClassName
{
color: #C8F95A;
}
</style>
background-color css
<style>
a { background-color: #C8F95A; }
a { background-color: rgb(200,249,90); }
div.DivClassName
{
background-color: #C8F95A;
}
.BgClassName
{
background-color: #C8F95A;
}
</style>
border-color css
<style>
span { border-color: #C8F95A; }
span { border-color: rgb(200,249,90); }
td.TdClassName
{
border-color: #C8F95A;
}
.TagClassName
{
border-color: #C8F95A;
}
</style>