Shades of Conifer #C4FA54
Tints of Conifer #C4FA54
RGB
CMYK
RGB Variations
Color information
#C4FA54 (or 0xC4FA54) is known color: Conifer. HEX triplet: C4, FA and 54. RGB value is (196,250,84). Sum of RGB (Red+Green+Blue) = 196+250+84=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FA54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FA54 is #3B05AB. Grayscale: #D7D7D7. Windows color (decimal): -3868076 or 5569220. OLE color: 5569220.
HSL color Cylindrical-coordinate representation of color #C4FA54: hue angle of 79.52º 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 #C4FA54 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 84 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.02 |
| HSL | 79.52º | 0.94% | 0.65% | - |
| HSV(B) | 79.52º | 0.66% | 0.98% | - |
| XYZ | 58.55 | 80.75 | 20.89 | - |
| YUV | 214.93 | 54.11 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 84 | 0.22 | 0 | 0.66 | 0.02 | 79.52 | 0.94 | 0.65 |
| Hex | C4 | FA | 54 | 16 | 0 | 42 | 2 | 50 | 5E | 41 |
| Octal | 304 | 372 | 124 | 26 | 0 | 102 | 2 | 120 | 136 | 101 |
| Binary | 11000100 | 11111010 | 1010100 | 10110 | 0 | 1000010 | 10 | 1010000 | 1011110 | 1000001 |
Color Harmonies of #C4FA54
Complementary color
Monochromatic Colors of #C4FA54
Black with #C4FA54
Text Example
Text Example
White with #C4FA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FA54; }
p { color: rgb(196,250,84); }
H1.HeaderClassName
{
color: #C4FA54;
}
.AnyTagClassName
{
color: #C4FA54;
}
</style>
background-color css
<style>
a { background-color: #C4FA54; }
a { background-color: rgb(196,250,84); }
div.DivClassName
{
background-color: #C4FA54;
}
.BgClassName
{
background-color: #C4FA54;
}
</style>
border-color css
<style>
span { border-color: #C4FA54; }
span { border-color: rgb(196,250,84); }
td.TdClassName
{
border-color: #C4FA54;
}
.TagClassName
{
border-color: #C4FA54;
}
</style>