Shades of Conifer #C9FD50
Tints of Conifer #C9FD50
RGB
CMYK
RGB Variations
Color information
#C9FD50 (or 0xC9FD50) is known color: Conifer. HEX triplet: C9, FD and 50. RGB value is (201,253,80). Sum of RGB (Red+Green+Blue) = 201+253+80=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FD50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FD50 is #3602AF. Grayscale: #DADADA. Windows color (decimal): -3539632 or 5307849. OLE color: 5307849.
HSL color Cylindrical-coordinate representation of color #C9FD50: hue angle of 78.03º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9FD50 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 253 | 80 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.01 |
| HSL | 78.03º | 0.98% | 0.65% | - |
| HSV(B) | 78.03º | 0.68% | 0.99% | - |
| XYZ | 60.66 | 83.25 | 20.46 | - |
| YUV | 217.73 | 50.27 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 253 | 80 | 0.21 | 0 | 0.68 | 0.01 | 78.03 | 0.98 | 0.65 |
| Hex | C9 | FD | 50 | 15 | 0 | 44 | 1 | 4E | 62 | 41 |
| Octal | 311 | 375 | 120 | 25 | 0 | 104 | 1 | 116 | 142 | 101 |
| Binary | 11001001 | 11111101 | 1010000 | 10101 | 0 | 1000100 | 1 | 1001110 | 1100010 | 1000001 |
Color Harmonies of #C9FD50
Complementary color
Monochromatic Colors of #C9FD50
Black with #C9FD50
Text Example
Text Example
White with #C9FD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FD50; }
p { color: rgb(201,253,80); }
H1.HeaderClassName
{
color: #C9FD50;
}
.AnyTagClassName
{
color: #C9FD50;
}
</style>
background-color css
<style>
a { background-color: #C9FD50; }
a { background-color: rgb(201,253,80); }
div.DivClassName
{
background-color: #C9FD50;
}
.BgClassName
{
background-color: #C9FD50;
}
</style>
border-color css
<style>
span { border-color: #C9FD50; }
span { border-color: rgb(201,253,80); }
td.TdClassName
{
border-color: #C9FD50;
}
.TagClassName
{
border-color: #C9FD50;
}
</style>