Shades of Conifer #C5F15A
Tints of Conifer #C5F15A
RGB
CMYK
RGB Variations
Color information
#C5F15A (or 0xC5F15A) is known color: Conifer. HEX triplet: C5, F1 and 5A. RGB value is (197,241,90). Sum of RGB (Red+Green+Blue) = 197+241+90=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F15A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F15A is #3A0EA5. Grayscale: #D3D3D3. Windows color (decimal): -3804838 or 5960133. OLE color: 5960133.
HSL color Cylindrical-coordinate representation of color #C5F15A: hue angle of 77.48º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5F15A is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 90 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.05 |
| HSL | 77.48º | 0.84% | 0.65% | - |
| HSV(B) | 77.48º | 0.63% | 0.95% | - |
| XYZ | 56.33 | 75.52 | 21.28 | - |
| YUV | 210.63 | 59.92 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 90 | 0.18 | 0 | 0.63 | 0.05 | 77.48 | 0.84 | 0.65 |
| Hex | C5 | F1 | 5A | 12 | 0 | 3F | 5 | 4D | 54 | 41 |
| Octal | 305 | 361 | 132 | 22 | 0 | 77 | 5 | 115 | 124 | 101 |
| Binary | 11000101 | 11110001 | 1011010 | 10010 | 0 | 111111 | 101 | 1001101 | 1010100 | 1000001 |
Color Harmonies of #C5F15A
Complementary color
Monochromatic Colors of #C5F15A
Black with #C5F15A
Text Example
Text Example
White with #C5F15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F15A; }
p { color: rgb(197,241,90); }
H1.HeaderClassName
{
color: #C5F15A;
}
.AnyTagClassName
{
color: #C5F15A;
}
</style>
background-color css
<style>
a { background-color: #C5F15A; }
a { background-color: rgb(197,241,90); }
div.DivClassName
{
background-color: #C5F15A;
}
.BgClassName
{
background-color: #C5F15A;
}
</style>
border-color css
<style>
span { border-color: #C5F15A; }
span { border-color: rgb(197,241,90); }
td.TdClassName
{
border-color: #C5F15A;
}
.TagClassName
{
border-color: #C5F15A;
}
</style>