Shades of Mindaro #C8FB5B
Tints of Mindaro #C8FB5B
RGB
CMYK
RGB Variations
Color information
#C8FB5B (or 0xC8FB5B) is known color: Mindaro. HEX triplet: C8, FB and 5B. RGB value is (200,251,91). Sum of RGB (Red+Green+Blue) = 200+251+91=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FB5B is #3704A4. Grayscale: #DADADA. Windows color (decimal): -3605669 or 6028232. OLE color: 6028232.
HSL color Cylindrical-coordinate representation of color #C8FB5B: hue angle of 79.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8FB5B is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 91 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.02 |
| HSL | 79.13º | 0.95% | 0.67% | - |
| HSV(B) | 79.13º | 0.64% | 0.98% | - |
| XYZ | 60.2 | 82.03 | 22.56 | - |
| YUV | 217.51 | 56.6 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 91 | 0.20 | 0 | 0.64 | 0.02 | 79.13 | 0.95 | 0.67 |
| Hex | C8 | FB | 5B | 14 | 0 | 40 | 2 | 4F | 5F | 43 |
| Octal | 310 | 373 | 133 | 24 | 0 | 100 | 2 | 117 | 137 | 103 |
| Binary | 11001000 | 11111011 | 1011011 | 10100 | 0 | 1000000 | 10 | 1001111 | 1011111 | 1000011 |
Color Harmonies of #C8FB5B
Complementary color
Monochromatic Colors of #C8FB5B
Black with #C8FB5B
Text Example
Text Example
White with #C8FB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB5B; }
p { color: rgb(200,251,91); }
H1.HeaderClassName
{
color: #C8FB5B;
}
.AnyTagClassName
{
color: #C8FB5B;
}
</style>
background-color css
<style>
a { background-color: #C8FB5B; }
a { background-color: rgb(200,251,91); }
div.DivClassName
{
background-color: #C8FB5B;
}
.BgClassName
{
background-color: #C8FB5B;
}
</style>
border-color css
<style>
span { border-color: #C8FB5B; }
span { border-color: rgb(200,251,91); }
td.TdClassName
{
border-color: #C8FB5B;
}
.TagClassName
{
border-color: #C8FB5B;
}
</style>