Shades of Mindaro #C8F75B
Tints of Mindaro #C8F75B
RGB
CMYK
RGB Variations
Color information
#C8F75B (or 0xC8F75B) is known color: Mindaro. HEX triplet: C8, F7 and 5B. RGB value is (200,247,91). Sum of RGB (Red+Green+Blue) = 200+247+91=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F75B is #3708A4. Grayscale: #D7D7D7. Windows color (decimal): -3606693 or 6027208. OLE color: 6027208.
HSL color Cylindrical-coordinate representation of color #C8F75B: hue angle of 78.08º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8F75B is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 247 | 91 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.03 |
| HSL | 78.08º | 0.91% | 0.66% | - |
| HSV(B) | 78.08º | 0.63% | 0.97% | - |
| XYZ | 58.97 | 79.56 | 22.15 | - |
| YUV | 215.16 | 57.93 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 91 | 0.19 | 0 | 0.63 | 0.03 | 78.08 | 0.91 | 0.66 |
| Hex | C8 | F7 | 5B | 13 | 0 | 3F | 3 | 4E | 5B | 42 |
| Octal | 310 | 367 | 133 | 23 | 0 | 77 | 3 | 116 | 133 | 102 |
| Binary | 11001000 | 11110111 | 1011011 | 10011 | 0 | 111111 | 11 | 1001110 | 1011011 | 1000010 |
Color Harmonies of #C8F75B
Complementary color
Monochromatic Colors of #C8F75B
Black with #C8F75B
Text Example
Text Example
White with #C8F75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F75B; }
p { color: rgb(200,247,91); }
H1.HeaderClassName
{
color: #C8F75B;
}
.AnyTagClassName
{
color: #C8F75B;
}
</style>
background-color css
<style>
a { background-color: #C8F75B; }
a { background-color: rgb(200,247,91); }
div.DivClassName
{
background-color: #C8F75B;
}
.BgClassName
{
background-color: #C8F75B;
}
</style>
border-color css
<style>
span { border-color: #C8F75B; }
span { border-color: rgb(200,247,91); }
td.TdClassName
{
border-color: #C8F75B;
}
.TagClassName
{
border-color: #C8F75B;
}
</style>