Shades of Mindaro #C8F05F
Tints of Mindaro #C8F05F
RGB
CMYK
RGB Variations
Color information
#C8F05F (or 0xC8F05F) is known color: Mindaro. HEX triplet: C8, F0 and 5F. RGB value is (200,240,95). Sum of RGB (Red+Green+Blue) = 200+240+95=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 95 (37.5% from 255 or 17.76% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F05F is #370FA0. Grayscale: #D4D4D4. Windows color (decimal): -3608481 or 6287560. OLE color: 6287560.
HSL color Cylindrical-coordinate representation of color #C8F05F: hue angle of 76.55º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8F05F is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 95 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.06 |
| HSL | 76.55º | 0.83% | 0.66% | - |
| HSV(B) | 76.55º | 0.6% | 0.94% | - |
| XYZ | 57.05 | 75.43 | 22.38 | - |
| YUV | 211.51 | 62.25 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 95 | 0.17 | 0 | 0.60 | 0.06 | 76.55 | 0.83 | 0.66 |
| Hex | C8 | F0 | 5F | 11 | 0 | 3C | 6 | 4D | 53 | 42 |
| Octal | 310 | 360 | 137 | 21 | 0 | 74 | 6 | 115 | 123 | 102 |
| Binary | 11001000 | 11110000 | 1011111 | 10001 | 0 | 111100 | 110 | 1001101 | 1010011 | 1000010 |
Color Harmonies of #C8F05F
Complementary color
Monochromatic Colors of #C8F05F
Black with #C8F05F
Text Example
Text Example
White with #C8F05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F05F; }
p { color: rgb(200,240,95); }
H1.HeaderClassName
{
color: #C8F05F;
}
.AnyTagClassName
{
color: #C8F05F;
}
</style>
background-color css
<style>
a { background-color: #C8F05F; }
a { background-color: rgb(200,240,95); }
div.DivClassName
{
background-color: #C8F05F;
}
.BgClassName
{
background-color: #C8F05F;
}
</style>
border-color css
<style>
span { border-color: #C8F05F; }
span { border-color: rgb(200,240,95); }
td.TdClassName
{
border-color: #C8F05F;
}
.TagClassName
{
border-color: #C8F05F;
}
</style>