Shades of Mindaro #C8EF60
Tints of Mindaro #C8EF60
RGB
CMYK
RGB Variations
Color information
#C8EF60 (or 0xC8EF60) is known color: Mindaro. HEX triplet: C8, EF and 60. RGB value is (200,239,96). Sum of RGB (Red+Green+Blue) = 200+239+96=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EF60 is #37109F. Grayscale: #D3D3D3. Windows color (decimal): -3608736 or 6352840. OLE color: 6352840.
HSL color Cylindrical-coordinate representation of color #C8EF60: hue angle of 76.36º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8EF60 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 96 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.06 |
| HSL | 76.36º | 0.82% | 0.66% | - |
| HSV(B) | 76.36º | 0.6% | 0.94% | - |
| XYZ | 56.8 | 74.86 | 22.52 | - |
| YUV | 211.04 | 63.08 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 96 | 0.16 | 0 | 0.60 | 0.06 | 76.36 | 0.82 | 0.66 |
| Hex | C8 | EF | 60 | 10 | 0 | 3C | 6 | 4C | 52 | 42 |
| Octal | 310 | 357 | 140 | 20 | 0 | 74 | 6 | 114 | 122 | 102 |
| Binary | 11001000 | 11101111 | 1100000 | 10000 | 0 | 111100 | 110 | 1001100 | 1010010 | 1000010 |
Color Harmonies of #C8EF60
Complementary color
Monochromatic Colors of #C8EF60
Black with #C8EF60
Text Example
Text Example
White with #C8EF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EF60; }
p { color: rgb(200,239,96); }
H1.HeaderClassName
{
color: #C8EF60;
}
.AnyTagClassName
{
color: #C8EF60;
}
</style>
background-color css
<style>
a { background-color: #C8EF60; }
a { background-color: rgb(200,239,96); }
div.DivClassName
{
background-color: #C8EF60;
}
.BgClassName
{
background-color: #C8EF60;
}
</style>
border-color css
<style>
span { border-color: #C8EF60; }
span { border-color: rgb(200,239,96); }
td.TdClassName
{
border-color: #C8EF60;
}
.TagClassName
{
border-color: #C8EF60;
}
</style>