Shades of Conifer #C5F25A
Tints of Conifer #C5F25A
RGB
CMYK
RGB Variations
Color information
#C5F25A (or 0xC5F25A) is known color: Conifer. HEX triplet: C5, F2 and 5A. RGB value is (197,242,90). Sum of RGB (Red+Green+Blue) = 197+242+90=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F25A is #3A0DA5. Grayscale: #D3D3D3. Windows color (decimal): -3804582 or 5960389. OLE color: 5960389.
HSL color Cylindrical-coordinate representation of color #C5F25A: hue angle of 77.76º degrees, saturation: 0.85, 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 #C5F25A is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 90 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.05 |
| HSL | 77.76º | 0.85% | 0.65% | - |
| HSV(B) | 77.76º | 0.63% | 0.95% | - |
| XYZ | 56.62 | 76.11 | 21.38 | - |
| YUV | 211.22 | 59.59 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 90 | 0.19 | 0 | 0.63 | 0.05 | 77.76 | 0.85 | 0.65 |
| Hex | C5 | F2 | 5A | 13 | 0 | 3F | 5 | 4E | 55 | 41 |
| Octal | 305 | 362 | 132 | 23 | 0 | 77 | 5 | 116 | 125 | 101 |
| Binary | 11000101 | 11110010 | 1011010 | 10011 | 0 | 111111 | 101 | 1001110 | 1010101 | 1000001 |
Color Harmonies of #C5F25A
Complementary color
Monochromatic Colors of #C5F25A
Black with #C5F25A
Text Example
Text Example
White with #C5F25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F25A; }
p { color: rgb(197,242,90); }
H1.HeaderClassName
{
color: #C5F25A;
}
.AnyTagClassName
{
color: #C5F25A;
}
</style>
background-color css
<style>
a { background-color: #C5F25A; }
a { background-color: rgb(197,242,90); }
div.DivClassName
{
background-color: #C5F25A;
}
.BgClassName
{
background-color: #C5F25A;
}
</style>
border-color css
<style>
span { border-color: #C5F25A; }
span { border-color: rgb(197,242,90); }
td.TdClassName
{
border-color: #C5F25A;
}
.TagClassName
{
border-color: #C5F25A;
}
</style>