Shades of Mindaro #C9EF60
Tints of Mindaro #C9EF60
RGB
CMYK
RGB Variations
Color information
#C9EF60 (or 0xC9EF60) is known color: Mindaro. HEX triplet: C9, EF and 60. RGB value is (201,239,96). Sum of RGB (Red+Green+Blue) = 201+239+96=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EF60 is #36109F. Grayscale: #D3D3D3. Windows color (decimal): -3543200 or 6352841. OLE color: 6352841.
HSL color Cylindrical-coordinate representation of color #C9EF60: hue angle of 75.94º 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 #C9EF60 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 96 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.06 |
| HSL | 75.94º | 0.82% | 0.66% | - |
| HSV(B) | 75.94º | 0.6% | 0.94% | - |
| XYZ | 57.07 | 75 | 22.53 | - |
| YUV | 211.34 | 62.91 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 96 | 0.16 | 0 | 0.60 | 0.06 | 75.94 | 0.82 | 0.66 |
| Hex | C9 | EF | 60 | 10 | 0 | 3C | 6 | 4C | 52 | 42 |
| Octal | 311 | 357 | 140 | 20 | 0 | 74 | 6 | 114 | 122 | 102 |
| Binary | 11001001 | 11101111 | 1100000 | 10000 | 0 | 111100 | 110 | 1001100 | 1010010 | 1000010 |
Color Harmonies of #C9EF60
Complementary color
Monochromatic Colors of #C9EF60
Black with #C9EF60
Text Example
Text Example
White with #C9EF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EF60; }
p { color: rgb(201,239,96); }
H1.HeaderClassName
{
color: #C9EF60;
}
.AnyTagClassName
{
color: #C9EF60;
}
</style>
background-color css
<style>
a { background-color: #C9EF60; }
a { background-color: rgb(201,239,96); }
div.DivClassName
{
background-color: #C9EF60;
}
.BgClassName
{
background-color: #C9EF60;
}
</style>
border-color css
<style>
span { border-color: #C9EF60; }
span { border-color: rgb(201,239,96); }
td.TdClassName
{
border-color: #C9EF60;
}
.TagClassName
{
border-color: #C9EF60;
}
</style>