Shades of Conifer #C5F951
Tints of Conifer #C5F951
RGB
CMYK
RGB Variations
Color information
#C5F951 (or 0xC5F951) is known color: Conifer. HEX triplet: C5, F9 and 51. RGB value is (197,249,81). Sum of RGB (Red+Green+Blue) = 197+249+81=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 81 (32.03% from 255 or 15.37% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F951 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F951 is #3A06AE. Grayscale: #D6D6D6. Windows color (decimal): -3802799 or 5372357. OLE color: 5372357.
HSL color Cylindrical-coordinate representation of color #C5F951: hue angle of 78.57º 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 #C5F951 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 81 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.02 |
| HSL | 78.57º | 0.93% | 0.65% | - |
| HSV(B) | 78.57º | 0.67% | 0.98% | - |
| XYZ | 58.39 | 80.22 | 20.19 | - |
| YUV | 214.3 | 52.77 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 81 | 0.21 | 0 | 0.67 | 0.02 | 78.57 | 0.93 | 0.65 |
| Hex | C5 | F9 | 51 | 15 | 0 | 43 | 2 | 4F | 5D | 41 |
| Octal | 305 | 371 | 121 | 25 | 0 | 103 | 2 | 117 | 135 | 101 |
| Binary | 11000101 | 11111001 | 1010001 | 10101 | 0 | 1000011 | 10 | 1001111 | 1011101 | 1000001 |
Color Harmonies of #C5F951
Complementary color
Monochromatic Colors of #C5F951
Black with #C5F951
Text Example
Text Example
White with #C5F951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F951; }
p { color: rgb(197,249,81); }
H1.HeaderClassName
{
color: #C5F951;
}
.AnyTagClassName
{
color: #C5F951;
}
</style>
background-color css
<style>
a { background-color: #C5F951; }
a { background-color: rgb(197,249,81); }
div.DivClassName
{
background-color: #C5F951;
}
.BgClassName
{
background-color: #C5F951;
}
</style>
border-color css
<style>
span { border-color: #C5F951; }
span { border-color: rgb(197,249,81); }
td.TdClassName
{
border-color: #C5F951;
}
.TagClassName
{
border-color: #C5F951;
}
</style>