Shades of Mindaro #C8F35B
Tints of Mindaro #C8F35B
RGB
CMYK
RGB Variations
Color information
#C8F35B (or 0xC8F35B) is known color: Mindaro. HEX triplet: C8, F3 and 5B. RGB value is (200,243,91). Sum of RGB (Red+Green+Blue) = 200+243+91=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F35B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F35B is #370CA4. Grayscale: #D5D5D5. Windows color (decimal): -3607717 or 6026184. OLE color: 6026184.
HSL color Cylindrical-coordinate representation of color #C8F35B: hue angle of 76.97º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8F35B is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 91 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.05 |
| HSL | 76.97º | 0.86% | 0.65% | - |
| HSV(B) | 76.97º | 0.63% | 0.95% | - |
| XYZ | 57.76 | 77.14 | 21.74 | - |
| YUV | 212.82 | 59.25 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 91 | 0.18 | 0 | 0.63 | 0.05 | 76.97 | 0.86 | 0.65 |
| Hex | C8 | F3 | 5B | 12 | 0 | 3F | 5 | 4D | 56 | 41 |
| Octal | 310 | 363 | 133 | 22 | 0 | 77 | 5 | 115 | 126 | 101 |
| Binary | 11001000 | 11110011 | 1011011 | 10010 | 0 | 111111 | 101 | 1001101 | 1010110 | 1000001 |
Color Harmonies of #C8F35B
Complementary color
Monochromatic Colors of #C8F35B
Black with #C8F35B
Text Example
Text Example
White with #C8F35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F35B; }
p { color: rgb(200,243,91); }
H1.HeaderClassName
{
color: #C8F35B;
}
.AnyTagClassName
{
color: #C8F35B;
}
</style>
background-color css
<style>
a { background-color: #C8F35B; }
a { background-color: rgb(200,243,91); }
div.DivClassName
{
background-color: #C8F35B;
}
.BgClassName
{
background-color: #C8F35B;
}
</style>
border-color css
<style>
span { border-color: #C8F35B; }
span { border-color: rgb(200,243,91); }
td.TdClassName
{
border-color: #C8F35B;
}
.TagClassName
{
border-color: #C8F35B;
}
</style>