Shades of Conifer #C5FA54
Tints of Conifer #C5FA54
RGB
CMYK
RGB Variations
Color information
#C5FA54 (or 0xC5FA54) is known color: Conifer. HEX triplet: C5, FA and 54. RGB value is (197,250,84). Sum of RGB (Red+Green+Blue) = 197+250+84=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA54 is #3A05AB. Grayscale: #D7D7D7. Windows color (decimal): -3802540 or 5569221. OLE color: 5569221.
HSL color Cylindrical-coordinate representation of color #C5FA54: hue angle of 79.16º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5FA54 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 84 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.02 |
| HSL | 79.16º | 0.94% | 0.65% | - |
| HSV(B) | 79.16º | 0.66% | 0.98% | - |
| XYZ | 58.81 | 80.88 | 20.9 | - |
| YUV | 215.23 | 53.94 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 84 | 0.21 | 0 | 0.66 | 0.02 | 79.16 | 0.94 | 0.65 |
| Hex | C5 | FA | 54 | 15 | 0 | 42 | 2 | 4F | 5E | 41 |
| Octal | 305 | 372 | 124 | 25 | 0 | 102 | 2 | 117 | 136 | 101 |
| Binary | 11000101 | 11111010 | 1010100 | 10101 | 0 | 1000010 | 10 | 1001111 | 1011110 | 1000001 |
Color Harmonies of #C5FA54
Complementary color
Monochromatic Colors of #C5FA54
Black with #C5FA54
Text Example
Text Example
White with #C5FA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA54; }
p { color: rgb(197,250,84); }
H1.HeaderClassName
{
color: #C5FA54;
}
.AnyTagClassName
{
color: #C5FA54;
}
</style>
background-color css
<style>
a { background-color: #C5FA54; }
a { background-color: rgb(197,250,84); }
div.DivClassName
{
background-color: #C5FA54;
}
.BgClassName
{
background-color: #C5FA54;
}
</style>
border-color css
<style>
span { border-color: #C5FA54; }
span { border-color: rgb(197,250,84); }
td.TdClassName
{
border-color: #C5FA54;
}
.TagClassName
{
border-color: #C5FA54;
}
</style>