Shades of Mindaro #C9F25A
Tints of Mindaro #C9F25A
RGB
CMYK
RGB Variations
Color information
#C9F25A (or 0xC9F25A) is known color: Mindaro. HEX triplet: C9, F2 and 5A. RGB value is (201,242,90). Sum of RGB (Red+Green+Blue) = 201+242+90=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F25A is #360DA5. Grayscale: #D4D4D4. Windows color (decimal): -3542438 or 5960393. OLE color: 5960393.
HSL color Cylindrical-coordinate representation of color #C9F25A: hue angle of 76.18º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9F25A is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 90 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.05 |
| HSL | 76.18º | 0.85% | 0.65% | - |
| HSV(B) | 76.18º | 0.63% | 0.95% | - |
| XYZ | 57.68 | 76.66 | 21.43 | - |
| YUV | 212.41 | 58.92 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 90 | 0.17 | 0 | 0.63 | 0.05 | 76.18 | 0.85 | 0.65 |
| Hex | C9 | F2 | 5A | 11 | 0 | 3F | 5 | 4C | 55 | 41 |
| Octal | 311 | 362 | 132 | 21 | 0 | 77 | 5 | 114 | 125 | 101 |
| Binary | 11001001 | 11110010 | 1011010 | 10001 | 0 | 111111 | 101 | 1001100 | 1010101 | 1000001 |
Color Harmonies of #C9F25A
Complementary color
Monochromatic Colors of #C9F25A
Black with #C9F25A
Text Example
Text Example
White with #C9F25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F25A; }
p { color: rgb(201,242,90); }
H1.HeaderClassName
{
color: #C9F25A;
}
.AnyTagClassName
{
color: #C9F25A;
}
</style>
background-color css
<style>
a { background-color: #C9F25A; }
a { background-color: rgb(201,242,90); }
div.DivClassName
{
background-color: #C9F25A;
}
.BgClassName
{
background-color: #C9F25A;
}
</style>
border-color css
<style>
span { border-color: #C9F25A; }
span { border-color: rgb(201,242,90); }
td.TdClassName
{
border-color: #C9F25A;
}
.TagClassName
{
border-color: #C9F25A;
}
</style>