Shades of Mindaro #C8ED5B
Tints of Mindaro #C8ED5B
RGB
CMYK
RGB Variations
Color information
#C8ED5B (or 0xC8ED5B) is known color: Mindaro. HEX triplet: C8, ED and 5B. RGB value is (200,237,91). Sum of RGB (Red+Green+Blue) = 200+237+91=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8ED5B is #3712A4. Grayscale: #D1D1D1. Windows color (decimal): -3609253 or 6024648. OLE color: 6024648.
HSL color Cylindrical-coordinate representation of color #C8ED5B: hue angle of 75.21º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8ED5B is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 91 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.07 |
| HSL | 75.21º | 0.8% | 0.64% | - |
| HSV(B) | 75.21º | 0.62% | 0.93% | - |
| XYZ | 55.99 | 73.6 | 21.15 | - |
| YUV | 209.29 | 61.24 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 91 | 0.16 | 0 | 0.62 | 0.07 | 75.21 | 0.8 | 0.64 |
| Hex | C8 | ED | 5B | 10 | 0 | 3E | 7 | 4B | 50 | 40 |
| Octal | 310 | 355 | 133 | 20 | 0 | 76 | 7 | 113 | 120 | 100 |
| Binary | 11001000 | 11101101 | 1011011 | 10000 | 0 | 111110 | 111 | 1001011 | 1010000 | 1000000 |
Color Harmonies of #C8ED5B
Complementary color
Monochromatic Colors of #C8ED5B
Black with #C8ED5B
Text Example
Text Example
White with #C8ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED5B; }
p { color: rgb(200,237,91); }
H1.HeaderClassName
{
color: #C8ED5B;
}
.AnyTagClassName
{
color: #C8ED5B;
}
</style>
background-color css
<style>
a { background-color: #C8ED5B; }
a { background-color: rgb(200,237,91); }
div.DivClassName
{
background-color: #C8ED5B;
}
.BgClassName
{
background-color: #C8ED5B;
}
</style>
border-color css
<style>
span { border-color: #C8ED5B; }
span { border-color: rgb(200,237,91); }
td.TdClassName
{
border-color: #C8ED5B;
}
.TagClassName
{
border-color: #C8ED5B;
}
</style>