Shades of Mindaro #C9F45C
Tints of Mindaro #C9F45C
RGB
CMYK
RGB Variations
Color information
#C9F45C (or 0xC9F45C) is known color: Mindaro. HEX triplet: C9, F4 and 5C. RGB value is (201,244,92). Sum of RGB (Red+Green+Blue) = 201+244+92=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #C9F45C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F45C is #360BA3. Grayscale: #D6D6D6. Windows color (decimal): -3541924 or 6091977. OLE color: 6091977.
HSL color Cylindrical-coordinate representation of color #C9F45C: hue angle of 76.97º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9F45C is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 244 | 92 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.04 |
| HSL | 76.97º | 0.87% | 0.66% | - |
| HSV(B) | 76.97º | 0.62% | 0.96% | - |
| XYZ | 58.37 | 77.89 | 22.08 | - |
| YUV | 213.82 | 59.25 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 244 | 92 | 0.18 | 0 | 0.62 | 0.04 | 76.97 | 0.87 | 0.66 |
| Hex | C9 | F4 | 5C | 12 | 0 | 3E | 4 | 4D | 57 | 42 |
| Octal | 311 | 364 | 134 | 22 | 0 | 76 | 4 | 115 | 127 | 102 |
| Binary | 11001001 | 11110100 | 1011100 | 10010 | 0 | 111110 | 100 | 1001101 | 1010111 | 1000010 |
Color Harmonies of #C9F45C
Complementary color
Monochromatic Colors of #C9F45C
Black with #C9F45C
Text Example
Text Example
White with #C9F45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F45C; }
p { color: rgb(201,244,92); }
H1.HeaderClassName
{
color: #C9F45C;
}
.AnyTagClassName
{
color: #C9F45C;
}
</style>
background-color css
<style>
a { background-color: #C9F45C; }
a { background-color: rgb(201,244,92); }
div.DivClassName
{
background-color: #C9F45C;
}
.BgClassName
{
background-color: #C9F45C;
}
</style>
border-color css
<style>
span { border-color: #C9F45C; }
span { border-color: rgb(201,244,92); }
td.TdClassName
{
border-color: #C9F45C;
}
.TagClassName
{
border-color: #C9F45C;
}
</style>