Shades of Mindaro #C9FE5C
Tints of Mindaro #C9FE5C
RGB
CMYK
RGB Variations
Color information
#C9FE5C (or 0xC9FE5C) is known color: Mindaro. HEX triplet: C9, FE and 5C. RGB value is (201,254,92). Sum of RGB (Red+Green+Blue) = 201+254+92=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 92 (36.33% from 255 or 16.82% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FE5C is #3601A3. Grayscale: #DCDCDC. Windows color (decimal): -3539364 or 6094537. OLE color: 6094537.
HSL color Cylindrical-coordinate representation of color #C9FE5C: hue angle of 79.63º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9FE5C is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 254 | 92 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.00 |
| HSL | 79.63º | 0.99% | 0.68% | - |
| HSV(B) | 79.63º | 0.64% | 1% | - |
| XYZ | 61.46 | 84.07 | 23.11 | - |
| YUV | 219.69 | 55.94 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 254 | 92 | 0.21 | 0 | 0.64 | 0.00 | 79.63 | 0.99 | 0.68 |
| Hex | C9 | FE | 5C | 15 | 0 | 40 | 0 | 50 | 63 | 44 |
| Octal | 311 | 376 | 134 | 25 | 0 | 100 | 0 | 120 | 143 | 104 |
| Binary | 11001001 | 11111110 | 1011100 | 10101 | 0 | 1000000 | 0 | 1010000 | 1100011 | 1000100 |
Color Harmonies of #C9FE5C
Complementary color
Monochromatic Colors of #C9FE5C
Black with #C9FE5C
Text Example
Text Example
White with #C9FE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FE5C; }
p { color: rgb(201,254,92); }
H1.HeaderClassName
{
color: #C9FE5C;
}
.AnyTagClassName
{
color: #C9FE5C;
}
</style>
background-color css
<style>
a { background-color: #C9FE5C; }
a { background-color: rgb(201,254,92); }
div.DivClassName
{
background-color: #C9FE5C;
}
.BgClassName
{
background-color: #C9FE5C;
}
</style>
border-color css
<style>
span { border-color: #C9FE5C; }
span { border-color: rgb(201,254,92); }
td.TdClassName
{
border-color: #C9FE5C;
}
.TagClassName
{
border-color: #C9FE5C;
}
</style>