Shades of Conifer #C9F750
Tints of Conifer #C9F750
RGB
CMYK
RGB Variations
Color information
#C9F750 (or 0xC9F750) is known color: Conifer. HEX triplet: C9, F7 and 50. RGB value is (201,247,80). Sum of RGB (Red+Green+Blue) = 201+247+80=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #C9F750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F750 is #3608AF. Grayscale: #D6D6D6. Windows color (decimal): -3541168 or 5306313. OLE color: 5306313.
HSL color Cylindrical-coordinate representation of color #C9F750: hue angle of 76.53º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9F750 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 247 | 80 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.03 |
| HSL | 76.53º | 0.91% | 0.64% | - |
| HSV(B) | 76.53º | 0.68% | 0.97% | - |
| XYZ | 58.8 | 79.52 | 19.84 | - |
| YUV | 214.21 | 52.26 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 247 | 80 | 0.19 | 0 | 0.68 | 0.03 | 76.53 | 0.91 | 0.64 |
| Hex | C9 | F7 | 50 | 13 | 0 | 44 | 3 | 4D | 5B | 40 |
| Octal | 311 | 367 | 120 | 23 | 0 | 104 | 3 | 115 | 133 | 100 |
| Binary | 11001001 | 11110111 | 1010000 | 10011 | 0 | 1000100 | 11 | 1001101 | 1011011 | 1000000 |
Color Harmonies of #C9F750
Complementary color
Monochromatic Colors of #C9F750
Black with #C9F750
Text Example
Text Example
White with #C9F750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F750; }
p { color: rgb(201,247,80); }
H1.HeaderClassName
{
color: #C9F750;
}
.AnyTagClassName
{
color: #C9F750;
}
</style>
background-color css
<style>
a { background-color: #C9F750; }
a { background-color: rgb(201,247,80); }
div.DivClassName
{
background-color: #C9F750;
}
.BgClassName
{
background-color: #C9F750;
}
</style>
border-color css
<style>
span { border-color: #C9F750; }
span { border-color: rgb(201,247,80); }
td.TdClassName
{
border-color: #C9F750;
}
.TagClassName
{
border-color: #C9F750;
}
</style>