Shades of Mindaro #C8F35F
Tints of Mindaro #C8F35F
RGB
CMYK
RGB Variations
Color information
#C8F35F (or 0xC8F35F) is known color: Mindaro. HEX triplet: C8, F3 and 5F. RGB value is (200,243,95). Sum of RGB (Red+Green+Blue) = 200+243+95=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F35F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F35F is #370CA0. Grayscale: #D5D5D5. Windows color (decimal): -3607713 or 6288328. OLE color: 6288328.
HSL color Cylindrical-coordinate representation of color #C8F35F: hue angle of 77.43º degrees, saturation: 0.86, 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 #C8F35F is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 95 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.05 |
| HSL | 77.43º | 0.86% | 0.66% | - |
| HSV(B) | 77.43º | 0.61% | 0.95% | - |
| XYZ | 57.94 | 77.21 | 22.68 | - |
| YUV | 213.27 | 61.25 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 95 | 0.18 | 0 | 0.61 | 0.05 | 77.43 | 0.86 | 0.66 |
| Hex | C8 | F3 | 5F | 12 | 0 | 3D | 5 | 4D | 56 | 42 |
| Octal | 310 | 363 | 137 | 22 | 0 | 75 | 5 | 115 | 126 | 102 |
| Binary | 11001000 | 11110011 | 1011111 | 10010 | 0 | 111101 | 101 | 1001101 | 1010110 | 1000010 |
Color Harmonies of #C8F35F
Complementary color
Monochromatic Colors of #C8F35F
Black with #C8F35F
Text Example
Text Example
White with #C8F35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F35F; }
p { color: rgb(200,243,95); }
H1.HeaderClassName
{
color: #C8F35F;
}
.AnyTagClassName
{
color: #C8F35F;
}
</style>
background-color css
<style>
a { background-color: #C8F35F; }
a { background-color: rgb(200,243,95); }
div.DivClassName
{
background-color: #C8F35F;
}
.BgClassName
{
background-color: #C8F35F;
}
</style>
border-color css
<style>
span { border-color: #C8F35F; }
span { border-color: rgb(200,243,95); }
td.TdClassName
{
border-color: #C8F35F;
}
.TagClassName
{
border-color: #C8F35F;
}
</style>