Shades of Conifer #C5F850
Tints of Conifer #C5F850
RGB
CMYK
RGB Variations
Color information
#C5F850 (or 0xC5F850) is known color: Conifer. HEX triplet: C5, F8 and 50. RGB value is (197,248,80). Sum of RGB (Red+Green+Blue) = 197+248+80=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F850 is #3A07AF. Grayscale: #D6D6D6. Windows color (decimal): -3803056 or 5306565. OLE color: 5306565.
HSL color Cylindrical-coordinate representation of color #C5F850: hue angle of 78.21º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5F850 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 80 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.03 |
| HSL | 78.21º | 0.92% | 0.64% | - |
| HSV(B) | 78.21º | 0.68% | 0.97% | - |
| XYZ | 58.04 | 79.58 | 19.89 | - |
| YUV | 213.6 | 52.6 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 80 | 0.21 | 0 | 0.68 | 0.03 | 78.21 | 0.92 | 0.64 |
| Hex | C5 | F8 | 50 | 15 | 0 | 44 | 3 | 4E | 5C | 40 |
| Octal | 305 | 370 | 120 | 25 | 0 | 104 | 3 | 116 | 134 | 100 |
| Binary | 11000101 | 11111000 | 1010000 | 10101 | 0 | 1000100 | 11 | 1001110 | 1011100 | 1000000 |
Color Harmonies of #C5F850
Complementary color
Monochromatic Colors of #C5F850
Black with #C5F850
Text Example
Text Example
White with #C5F850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F850; }
p { color: rgb(197,248,80); }
H1.HeaderClassName
{
color: #C5F850;
}
.AnyTagClassName
{
color: #C5F850;
}
</style>
background-color css
<style>
a { background-color: #C5F850; }
a { background-color: rgb(197,248,80); }
div.DivClassName
{
background-color: #C5F850;
}
.BgClassName
{
background-color: #C5F850;
}
</style>
border-color css
<style>
span { border-color: #C5F850; }
span { border-color: rgb(197,248,80); }
td.TdClassName
{
border-color: #C5F850;
}
.TagClassName
{
border-color: #C5F850;
}
</style>