Shades of Conifer #C5FA50
Tints of Conifer #C5FA50
RGB
CMYK
RGB Variations
Color information
#C5FA50 (or 0xC5FA50) is known color: Conifer. HEX triplet: C5, FA and 50. RGB value is (197,250,80). Sum of RGB (Red+Green+Blue) = 197+250+80=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA50 is #3A05AF. Grayscale: #D7D7D7. Windows color (decimal): -3802544 or 5307077. OLE color: 5307077.
HSL color Cylindrical-coordinate representation of color #C5FA50: hue angle of 78.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5FA50 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 80 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.02 |
| HSL | 78.71º | 0.94% | 0.65% | - |
| HSV(B) | 78.71º | 0.68% | 0.98% | - |
| XYZ | 58.66 | 80.82 | 20.1 | - |
| YUV | 214.77 | 51.94 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 80 | 0.21 | 0 | 0.68 | 0.02 | 78.71 | 0.94 | 0.65 |
| Hex | C5 | FA | 50 | 15 | 0 | 44 | 2 | 4F | 5E | 41 |
| Octal | 305 | 372 | 120 | 25 | 0 | 104 | 2 | 117 | 136 | 101 |
| Binary | 11000101 | 11111010 | 1010000 | 10101 | 0 | 1000100 | 10 | 1001111 | 1011110 | 1000001 |
Color Harmonies of #C5FA50
Complementary color
Monochromatic Colors of #C5FA50
Black with #C5FA50
Text Example
Text Example
White with #C5FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA50; }
p { color: rgb(197,250,80); }
H1.HeaderClassName
{
color: #C5FA50;
}
.AnyTagClassName
{
color: #C5FA50;
}
</style>
background-color css
<style>
a { background-color: #C5FA50; }
a { background-color: rgb(197,250,80); }
div.DivClassName
{
background-color: #C5FA50;
}
.BgClassName
{
background-color: #C5FA50;
}
</style>
border-color css
<style>
span { border-color: #C5FA50; }
span { border-color: rgb(197,250,80); }
td.TdClassName
{
border-color: #C5FA50;
}
.TagClassName
{
border-color: #C5FA50;
}
</style>