Shades of Conifer #C5F24A
Tints of Conifer #C5F24A
RGB
CMYK
RGB Variations
Color information
#C5F24A (or 0xC5F24A) is known color: Conifer. HEX triplet: C5, F2 and 4A. RGB value is (197,242,74). Sum of RGB (Red+Green+Blue) = 197+242+74=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F24A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F24A is #3A0DB5. Grayscale: #D2D2D2. Windows color (decimal): -3804598 or 4911813. OLE color: 4911813.
HSL color Cylindrical-coordinate representation of color #C5F24A: hue angle of 76.07º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5F24A is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 74 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.05 |
| HSL | 76.07º | 0.87% | 0.62% | - |
| HSV(B) | 76.07º | 0.69% | 0.95% | - |
| XYZ | 56.01 | 75.87 | 18.17 | - |
| YUV | 209.39 | 51.59 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 74 | 0.19 | 0 | 0.69 | 0.05 | 76.07 | 0.87 | 0.62 |
| Hex | C5 | F2 | 4A | 13 | 0 | 45 | 5 | 4C | 57 | 3E |
| Octal | 305 | 362 | 112 | 23 | 0 | 105 | 5 | 114 | 127 | 76 |
| Binary | 11000101 | 11110010 | 1001010 | 10011 | 0 | 1000101 | 101 | 1001100 | 1010111 | 111110 |
Color Harmonies of #C5F24A
Complementary color
Monochromatic Colors of #C5F24A
Black with #C5F24A
Text Example
Text Example
White with #C5F24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F24A; }
p { color: rgb(197,242,74); }
H1.HeaderClassName
{
color: #C5F24A;
}
.AnyTagClassName
{
color: #C5F24A;
}
</style>
background-color css
<style>
a { background-color: #C5F24A; }
a { background-color: rgb(197,242,74); }
div.DivClassName
{
background-color: #C5F24A;
}
.BgClassName
{
background-color: #C5F24A;
}
</style>
border-color css
<style>
span { border-color: #C5F24A; }
span { border-color: rgb(197,242,74); }
td.TdClassName
{
border-color: #C5F24A;
}
.TagClassName
{
border-color: #C5F24A;
}
</style>