Shades of Mindaro #C9F75D
Tints of Mindaro #C9F75D
RGB
CMYK
RGB Variations
Color information
#C9F75D (or 0xC9F75D) is known color: Mindaro. HEX triplet: C9, F7 and 5D. RGB value is (201,247,93). Sum of RGB (Red+Green+Blue) = 201+247+93=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #C9F75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F75D is #3608A2. Grayscale: #D8D8D8. Windows color (decimal): -3541155 or 6158281. OLE color: 6158281.
HSL color Cylindrical-coordinate representation of color #C9F75D: hue angle of 77.92º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9F75D is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 247 | 93 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.03 |
| HSL | 77.92º | 0.91% | 0.67% | - |
| HSV(B) | 77.92º | 0.62% | 0.97% | - |
| XYZ | 59.32 | 79.73 | 22.62 | - |
| YUV | 215.69 | 58.76 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 247 | 93 | 0.19 | 0 | 0.62 | 0.03 | 77.92 | 0.91 | 0.67 |
| Hex | C9 | F7 | 5D | 13 | 0 | 3E | 3 | 4E | 5B | 43 |
| Octal | 311 | 367 | 135 | 23 | 0 | 76 | 3 | 116 | 133 | 103 |
| Binary | 11001001 | 11110111 | 1011101 | 10011 | 0 | 111110 | 11 | 1001110 | 1011011 | 1000011 |
Color Harmonies of #C9F75D
Complementary color
Monochromatic Colors of #C9F75D
Black with #C9F75D
Text Example
Text Example
White with #C9F75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F75D; }
p { color: rgb(201,247,93); }
H1.HeaderClassName
{
color: #C9F75D;
}
.AnyTagClassName
{
color: #C9F75D;
}
</style>
background-color css
<style>
a { background-color: #C9F75D; }
a { background-color: rgb(201,247,93); }
div.DivClassName
{
background-color: #C9F75D;
}
.BgClassName
{
background-color: #C9F75D;
}
</style>
border-color css
<style>
span { border-color: #C9F75D; }
span { border-color: rgb(201,247,93); }
td.TdClassName
{
border-color: #C9F75D;
}
.TagClassName
{
border-color: #C9F75D;
}
</style>