Shades of Conifer #C0F951
Tints of Conifer #C0F951
RGB
CMYK
RGB Variations
Color information
#C0F951 (or 0xC0F951) is known color: Conifer. HEX triplet: C0, F9 and 51. RGB value is (192,249,81). Sum of RGB (Red+Green+Blue) = 192+249+81=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 81 (32.03% from 255 or 15.52% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F951 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F951 is #3F06AE. Grayscale: #D5D5D5. Windows color (decimal): -4130479 or 5372352. OLE color: 5372352.
HSL color Cylindrical-coordinate representation of color #C0F951: hue angle of 80.36º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0F951 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 81 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.02 |
| HSL | 80.36º | 0.93% | 0.65% | - |
| HSV(B) | 80.36º | 0.67% | 0.98% | - |
| XYZ | 57.1 | 79.55 | 20.13 | - |
| YUV | 212.81 | 53.62 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 81 | 0.23 | 0 | 0.67 | 0.02 | 80.36 | 0.93 | 0.65 |
| Hex | C0 | F9 | 51 | 17 | 0 | 43 | 2 | 50 | 5D | 41 |
| Octal | 300 | 371 | 121 | 27 | 0 | 103 | 2 | 120 | 135 | 101 |
| Binary | 11000000 | 11111001 | 1010001 | 10111 | 0 | 1000011 | 10 | 1010000 | 1011101 | 1000001 |
Color Harmonies of #C0F951
Complementary color
Monochromatic Colors of #C0F951
Black with #C0F951
Text Example
Text Example
White with #C0F951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F951; }
p { color: rgb(192,249,81); }
H1.HeaderClassName
{
color: #C0F951;
}
.AnyTagClassName
{
color: #C0F951;
}
</style>
background-color css
<style>
a { background-color: #C0F951; }
a { background-color: rgb(192,249,81); }
div.DivClassName
{
background-color: #C0F951;
}
.BgClassName
{
background-color: #C0F951;
}
</style>
border-color css
<style>
span { border-color: #C0F951; }
span { border-color: rgb(192,249,81); }
td.TdClassName
{
border-color: #C0F951;
}
.TagClassName
{
border-color: #C0F951;
}
</style>