Shades of Mindaro #C8F15E
Tints of Mindaro #C8F15E
RGB
CMYK
RGB Variations
Color information
#C8F15E (or 0xC8F15E) is known color: Mindaro. HEX triplet: C8, F1 and 5E. RGB value is (200,241,94). Sum of RGB (Red+Green+Blue) = 200+241+94=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F15E is #370EA1. Grayscale: #D4D4D4. Windows color (decimal): -3608226 or 6222280. OLE color: 6222280.
HSL color Cylindrical-coordinate representation of color #C8F15E: hue angle of 76.73º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8F15E is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 94 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.05 |
| HSL | 76.73º | 0.84% | 0.66% | - |
| HSV(B) | 76.73º | 0.61% | 0.95% | - |
| XYZ | 57.3 | 76 | 22.24 | - |
| YUV | 211.98 | 61.42 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 94 | 0.17 | 0 | 0.61 | 0.05 | 76.73 | 0.84 | 0.66 |
| Hex | C8 | F1 | 5E | 11 | 0 | 3D | 5 | 4D | 54 | 42 |
| Octal | 310 | 361 | 136 | 21 | 0 | 75 | 5 | 115 | 124 | 102 |
| Binary | 11001000 | 11110001 | 1011110 | 10001 | 0 | 111101 | 101 | 1001101 | 1010100 | 1000010 |
Color Harmonies of #C8F15E
Complementary color
Monochromatic Colors of #C8F15E
Black with #C8F15E
Text Example
Text Example
White with #C8F15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F15E; }
p { color: rgb(200,241,94); }
H1.HeaderClassName
{
color: #C8F15E;
}
.AnyTagClassName
{
color: #C8F15E;
}
</style>
background-color css
<style>
a { background-color: #C8F15E; }
a { background-color: rgb(200,241,94); }
div.DivClassName
{
background-color: #C8F15E;
}
.BgClassName
{
background-color: #C8F15E;
}
</style>
border-color css
<style>
span { border-color: #C8F15E; }
span { border-color: rgb(200,241,94); }
td.TdClassName
{
border-color: #C8F15E;
}
.TagClassName
{
border-color: #C8F15E;
}
</style>