Shades of Mindaro #C8EC5B
Tints of Mindaro #C8EC5B
RGB
CMYK
RGB Variations
Color information
#C8EC5B (or 0xC8EC5B) is known color: Mindaro. HEX triplet: C8, EC and 5B. RGB value is (200,236,91). Sum of RGB (Red+Green+Blue) = 200+236+91=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #C8EC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EC5B is #3713A4. Grayscale: #D1D1D1. Windows color (decimal): -3609509 or 6024392. OLE color: 6024392.
HSL color Cylindrical-coordinate representation of color #C8EC5B: hue angle of 74.9º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8EC5B is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 91 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.07 |
| HSL | 74.9º | 0.79% | 0.64% | - |
| HSV(B) | 74.9º | 0.61% | 0.93% | - |
| XYZ | 55.7 | 73.03 | 21.06 | - |
| YUV | 208.71 | 61.57 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 91 | 0.15 | 0 | 0.61 | 0.07 | 74.9 | 0.79 | 0.64 |
| Hex | C8 | EC | 5B | F | 0 | 3D | 7 | 4B | 4F | 40 |
| Octal | 310 | 354 | 133 | 17 | 0 | 75 | 7 | 113 | 117 | 100 |
| Binary | 11001000 | 11101100 | 1011011 | 1111 | 0 | 111101 | 111 | 1001011 | 1001111 | 1000000 |
Color Harmonies of #C8EC5B
Complementary color
Monochromatic Colors of #C8EC5B
Black with #C8EC5B
Text Example
Text Example
White with #C8EC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EC5B; }
p { color: rgb(200,236,91); }
H1.HeaderClassName
{
color: #C8EC5B;
}
.AnyTagClassName
{
color: #C8EC5B;
}
</style>
background-color css
<style>
a { background-color: #C8EC5B; }
a { background-color: rgb(200,236,91); }
div.DivClassName
{
background-color: #C8EC5B;
}
.BgClassName
{
background-color: #C8EC5B;
}
</style>
border-color css
<style>
span { border-color: #C8EC5B; }
span { border-color: rgb(200,236,91); }
td.TdClassName
{
border-color: #C8EC5B;
}
.TagClassName
{
border-color: #C8EC5B;
}
</style>