Shades of Mindaro #C8E95B
Tints of Mindaro #C8E95B
RGB
CMYK
RGB Variations
Color information
#C8E95B (or 0xC8E95B) is known color: Mindaro. HEX triplet: C8, E9 and 5B. RGB value is (200,233,91). Sum of RGB (Red+Green+Blue) = 200+233+91=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E95B is #3716A4. Grayscale: #CFCFCF. Windows color (decimal): -3610277 or 6023624. OLE color: 6023624.
HSL color Cylindrical-coordinate representation of color #C8E95B: hue angle of 73.94º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8E95B is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 233 | 91 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.09 |
| HSL | 73.94º | 0.76% | 0.64% | - |
| HSV(B) | 73.94º | 0.61% | 0.91% | - |
| XYZ | 54.85 | 71.31 | 20.77 | - |
| YUV | 206.95 | 62.57 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 91 | 0.14 | 0 | 0.61 | 0.09 | 73.94 | 0.76 | 0.64 |
| Hex | C8 | E9 | 5B | E | 0 | 3D | 9 | 4A | 4C | 40 |
| Octal | 310 | 351 | 133 | 16 | 0 | 75 | 11 | 112 | 114 | 100 |
| Binary | 11001000 | 11101001 | 1011011 | 1110 | 0 | 111101 | 1001 | 1001010 | 1001100 | 1000000 |
Color Harmonies of #C8E95B
Complementary color
Monochromatic Colors of #C8E95B
Black with #C8E95B
Text Example
Text Example
White with #C8E95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E95B; }
p { color: rgb(200,233,91); }
H1.HeaderClassName
{
color: #C8E95B;
}
.AnyTagClassName
{
color: #C8E95B;
}
</style>
background-color css
<style>
a { background-color: #C8E95B; }
a { background-color: rgb(200,233,91); }
div.DivClassName
{
background-color: #C8E95B;
}
.BgClassName
{
background-color: #C8E95B;
}
</style>
border-color css
<style>
span { border-color: #C8E95B; }
span { border-color: rgb(200,233,91); }
td.TdClassName
{
border-color: #C8E95B;
}
.TagClassName
{
border-color: #C8E95B;
}
</style>