Shades of Conifer #C4F55A
Tints of Conifer #C4F55A
RGB
CMYK
RGB Variations
Color information
#C4F55A (or 0xC4F55A) is known color: Conifer. HEX triplet: C4, F5 and 5A. RGB value is (196,245,90). Sum of RGB (Red+Green+Blue) = 196+245+90=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F55A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F55A is #3B0AA5. Grayscale: #D5D5D5. Windows color (decimal): -3869350 or 5961156. OLE color: 5961156.
HSL color Cylindrical-coordinate representation of color #C4F55A: hue angle of 78.97º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4F55A is Cyan = 0.2, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 245 | 90 | - |
| CMYK | 0.2 | 0 | 0.63 | 0.04 |
| HSL | 78.97º | 0.89% | 0.66% | - |
| HSV(B) | 78.97º | 0.63% | 0.96% | - |
| XYZ | 57.26 | 77.78 | 21.67 | - |
| YUV | 212.68 | 58.77 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 245 | 90 | 0.2 | 0 | 0.63 | 0.04 | 78.97 | 0.89 | 0.66 |
| Hex | C4 | F5 | 5A | 14 | 0 | 3F | 4 | 4F | 59 | 42 |
| Octal | 304 | 365 | 132 | 24 | 0 | 77 | 4 | 117 | 131 | 102 |
| Binary | 11000100 | 11110101 | 1011010 | 10100 | 0 | 111111 | 100 | 1001111 | 1011001 | 1000010 |
Color Harmonies of #C4F55A
Complementary color
Monochromatic Colors of #C4F55A
Black with #C4F55A
Text Example
Text Example
White with #C4F55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F55A; }
p { color: rgb(196,245,90); }
H1.HeaderClassName
{
color: #C4F55A;
}
.AnyTagClassName
{
color: #C4F55A;
}
</style>
background-color css
<style>
a { background-color: #C4F55A; }
a { background-color: rgb(196,245,90); }
div.DivClassName
{
background-color: #C4F55A;
}
.BgClassName
{
background-color: #C4F55A;
}
</style>
border-color css
<style>
span { border-color: #C4F55A; }
span { border-color: rgb(196,245,90); }
td.TdClassName
{
border-color: #C4F55A;
}
.TagClassName
{
border-color: #C4F55A;
}
</style>