Shades of Mindaro #C9FE65
Tints of Mindaro #C9FE65
RGB
CMYK
RGB Variations
Color information
#C9FE65 (or 0xC9FE65) is known color: Mindaro. HEX triplet: C9, FE and 65. RGB value is (201,254,101). Sum of RGB (Red+Green+Blue) = 201+254+101=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FE65 is #36019A. Grayscale: #DDDDDD. Windows color (decimal): -3539355 or 6684361. OLE color: 6684361.
HSL color Cylindrical-coordinate representation of color #C9FE65: hue angle of 80.78º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9FE65 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 254 | 101 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.00 |
| HSL | 80.78º | 0.99% | 0.7% | - |
| HSV(B) | 80.78º | 0.6% | 1% | - |
| XYZ | 61.88 | 84.24 | 25.31 | - |
| YUV | 220.71 | 60.44 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 254 | 101 | 0.21 | 0 | 0.60 | 0.00 | 80.78 | 0.99 | 0.7 |
| Hex | C9 | FE | 65 | 15 | 0 | 3C | 0 | 51 | 63 | 46 |
| Octal | 311 | 376 | 145 | 25 | 0 | 74 | 0 | 121 | 143 | 106 |
| Binary | 11001001 | 11111110 | 1100101 | 10101 | 0 | 111100 | 0 | 1010001 | 1100011 | 1000110 |
Color Harmonies of #C9FE65
Complementary color
Monochromatic Colors of #C9FE65
Black with #C9FE65
Text Example
Text Example
White with #C9FE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FE65; }
p { color: rgb(201,254,101); }
H1.HeaderClassName
{
color: #C9FE65;
}
.AnyTagClassName
{
color: #C9FE65;
}
</style>
background-color css
<style>
a { background-color: #C9FE65; }
a { background-color: rgb(201,254,101); }
div.DivClassName
{
background-color: #C9FE65;
}
.BgClassName
{
background-color: #C9FE65;
}
</style>
border-color css
<style>
span { border-color: #C9FE65; }
span { border-color: rgb(201,254,101); }
td.TdClassName
{
border-color: #C9FE65;
}
.TagClassName
{
border-color: #C9FE65;
}
</style>