Shades of Conifer #C9ED50
Tints of Conifer #C9ED50
RGB
CMYK
RGB Variations
Color information
#C9ED50 (or 0xC9ED50) is known color: Conifer. HEX triplet: C9, ED and 50. RGB value is (201,237,80). Sum of RGB (Red+Green+Blue) = 201+237+80=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED50 is #3612AF. Grayscale: #D0D0D0. Windows color (decimal): -3543728 or 5303753. OLE color: 5303753.
HSL color Cylindrical-coordinate representation of color #C9ED50: hue angle of 73.76º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9ED50 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 80 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.07 |
| HSL | 73.76º | 0.81% | 0.62% | - |
| HSV(B) | 73.76º | 0.66% | 0.93% | - |
| XYZ | 55.82 | 73.57 | 18.85 | - |
| YUV | 208.34 | 55.57 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 80 | 0.15 | 0 | 0.66 | 0.07 | 73.76 | 0.81 | 0.62 |
| Hex | C9 | ED | 50 | F | 0 | 42 | 7 | 4A | 51 | 3E |
| Octal | 311 | 355 | 120 | 17 | 0 | 102 | 7 | 112 | 121 | 76 |
| Binary | 11001001 | 11101101 | 1010000 | 1111 | 0 | 1000010 | 111 | 1001010 | 1010001 | 111110 |
Color Harmonies of #C9ED50
Complementary color
Monochromatic Colors of #C9ED50
Black with #C9ED50
Text Example
Text Example
White with #C9ED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED50; }
p { color: rgb(201,237,80); }
H1.HeaderClassName
{
color: #C9ED50;
}
.AnyTagClassName
{
color: #C9ED50;
}
</style>
background-color css
<style>
a { background-color: #C9ED50; }
a { background-color: rgb(201,237,80); }
div.DivClassName
{
background-color: #C9ED50;
}
.BgClassName
{
background-color: #C9ED50;
}
</style>
border-color css
<style>
span { border-color: #C9ED50; }
span { border-color: rgb(201,237,80); }
td.TdClassName
{
border-color: #C9ED50;
}
.TagClassName
{
border-color: #C9ED50;
}
</style>