Shades of Mindaro #C9F95D
Tints of Mindaro #C9F95D
RGB
CMYK
RGB Variations
Color information
#C9F95D (or 0xC9F95D) is known color: Mindaro. HEX triplet: C9, F9 and 5D. RGB value is (201,249,93). Sum of RGB (Red+Green+Blue) = 201+249+93=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F95D is #3606A2. Grayscale: #D9D9D9. Windows color (decimal): -3540643 or 6158793. OLE color: 6158793.
HSL color Cylindrical-coordinate representation of color #C9F95D: hue angle of 78.46º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9F95D is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 93 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.02 |
| HSL | 78.46º | 0.93% | 0.67% | - |
| HSV(B) | 78.46º | 0.63% | 0.98% | - |
| XYZ | 59.94 | 80.96 | 22.82 | - |
| YUV | 216.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 93 | 0.19 | 0 | 0.63 | 0.02 | 78.46 | 0.93 | 0.67 |
| Hex | C9 | F9 | 5D | 13 | 0 | 3F | 2 | 4E | 5D | 43 |
| Octal | 311 | 371 | 135 | 23 | 0 | 77 | 2 | 116 | 135 | 103 |
| Binary | 11001001 | 11111001 | 1011101 | 10011 | 0 | 111111 | 10 | 1001110 | 1011101 | 1000011 |
Color Harmonies of #C9F95D
Complementary color
Monochromatic Colors of #C9F95D
Black with #C9F95D
Text Example
Text Example
White with #C9F95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F95D; }
p { color: rgb(201,249,93); }
H1.HeaderClassName
{
color: #C9F95D;
}
.AnyTagClassName
{
color: #C9F95D;
}
</style>
background-color css
<style>
a { background-color: #C9F95D; }
a { background-color: rgb(201,249,93); }
div.DivClassName
{
background-color: #C9F95D;
}
.BgClassName
{
background-color: #C9F95D;
}
</style>
border-color css
<style>
span { border-color: #C9F95D; }
span { border-color: rgb(201,249,93); }
td.TdClassName
{
border-color: #C9F95D;
}
.TagClassName
{
border-color: #C9F95D;
}
</style>