Shades of Conifer #C5FA52
Tints of Conifer #C5FA52
RGB
CMYK
RGB Variations
Color information
#C5FA52 (or 0xC5FA52) is known color: Conifer. HEX triplet: C5, FA and 52. RGB value is (197,250,82). Sum of RGB (Red+Green+Blue) = 197+250+82=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA52 is #3A05AD. Grayscale: #D7D7D7. Windows color (decimal): -3802542 or 5438149. OLE color: 5438149.
HSL color Cylindrical-coordinate representation of color #C5FA52: hue angle of 78.93º 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 #C5FA52 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 82 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.02 |
| HSL | 78.93º | 0.94% | 0.65% | - |
| HSV(B) | 78.93º | 0.67% | 0.98% | - |
| XYZ | 58.73 | 80.85 | 20.49 | - |
| YUV | 215 | 52.94 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 82 | 0.21 | 0 | 0.67 | 0.02 | 78.93 | 0.94 | 0.65 |
| Hex | C5 | FA | 52 | 15 | 0 | 43 | 2 | 4F | 5E | 41 |
| Octal | 305 | 372 | 122 | 25 | 0 | 103 | 2 | 117 | 136 | 101 |
| Binary | 11000101 | 11111010 | 1010010 | 10101 | 0 | 1000011 | 10 | 1001111 | 1011110 | 1000001 |
Color Harmonies of #C5FA52
Complementary color
Monochromatic Colors of #C5FA52
Black with #C5FA52
Text Example
Text Example
White with #C5FA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA52; }
p { color: rgb(197,250,82); }
H1.HeaderClassName
{
color: #C5FA52;
}
.AnyTagClassName
{
color: #C5FA52;
}
</style>
background-color css
<style>
a { background-color: #C5FA52; }
a { background-color: rgb(197,250,82); }
div.DivClassName
{
background-color: #C5FA52;
}
.BgClassName
{
background-color: #C5FA52;
}
</style>
border-color css
<style>
span { border-color: #C5FA52; }
span { border-color: rgb(197,250,82); }
td.TdClassName
{
border-color: #C5FA52;
}
.TagClassName
{
border-color: #C5FA52;
}
</style>