Shades of Conifer #C5FA53
Tints of Conifer #C5FA53
RGB
CMYK
RGB Variations
Color information
#C5FA53 (or 0xC5FA53) is known color: Conifer. HEX triplet: C5, FA and 53. RGB value is (197,250,83). Sum of RGB (Red+Green+Blue) = 197+250+83=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA53 is #3A05AC. Grayscale: #D7D7D7. Windows color (decimal): -3802541 or 5503685. OLE color: 5503685.
HSL color Cylindrical-coordinate representation of color #C5FA53: hue angle of 79.04º degrees, saturation: 0.94, 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 #C5FA53 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 83 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.02 |
| HSL | 79.04º | 0.94% | 0.65% | - |
| HSV(B) | 79.04º | 0.67% | 0.98% | - |
| XYZ | 58.77 | 80.87 | 20.69 | - |
| YUV | 215.12 | 53.44 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 83 | 0.21 | 0 | 0.67 | 0.02 | 79.04 | 0.94 | 0.65 |
| Hex | C5 | FA | 53 | 15 | 0 | 43 | 2 | 4F | 5E | 41 |
| Octal | 305 | 372 | 123 | 25 | 0 | 103 | 2 | 117 | 136 | 101 |
| Binary | 11000101 | 11111010 | 1010011 | 10101 | 0 | 1000011 | 10 | 1001111 | 1011110 | 1000001 |
Color Harmonies of #C5FA53
Complementary color
Monochromatic Colors of #C5FA53
Black with #C5FA53
Text Example
Text Example
White with #C5FA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA53; }
p { color: rgb(197,250,83); }
H1.HeaderClassName
{
color: #C5FA53;
}
.AnyTagClassName
{
color: #C5FA53;
}
</style>
background-color css
<style>
a { background-color: #C5FA53; }
a { background-color: rgb(197,250,83); }
div.DivClassName
{
background-color: #C5FA53;
}
.BgClassName
{
background-color: #C5FA53;
}
</style>
border-color css
<style>
span { border-color: #C5FA53; }
span { border-color: rgb(197,250,83); }
td.TdClassName
{
border-color: #C5FA53;
}
.TagClassName
{
border-color: #C5FA53;
}
</style>