Shades of Conifer #C4F85A
Tints of Conifer #C4F85A
RGB
CMYK
RGB Variations
Color information
#C4F85A (or 0xC4F85A) is known color: Conifer. HEX triplet: C4, F8 and 5A. RGB value is (196,248,90). Sum of RGB (Red+Green+Blue) = 196+248+90=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #C4F85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F85A is #3B07A5. Grayscale: #D7D7D7. Windows color (decimal): -3868582 or 5961924. OLE color: 5961924.
HSL color Cylindrical-coordinate representation of color #C4F85A: hue angle of 79.75º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4F85A is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 248 | 90 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.03 |
| HSL | 79.75º | 0.92% | 0.66% | - |
| HSV(B) | 79.75º | 0.64% | 0.97% | - |
| XYZ | 58.18 | 79.61 | 21.97 | - |
| YUV | 214.44 | 57.77 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 248 | 90 | 0.21 | 0 | 0.64 | 0.03 | 79.75 | 0.92 | 0.66 |
| Hex | C4 | F8 | 5A | 15 | 0 | 40 | 3 | 50 | 5C | 42 |
| Octal | 304 | 370 | 132 | 25 | 0 | 100 | 3 | 120 | 134 | 102 |
| Binary | 11000100 | 11111000 | 1011010 | 10101 | 0 | 1000000 | 11 | 1010000 | 1011100 | 1000010 |
Color Harmonies of #C4F85A
Complementary color
Monochromatic Colors of #C4F85A
Black with #C4F85A
Text Example
Text Example
White with #C4F85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F85A; }
p { color: rgb(196,248,90); }
H1.HeaderClassName
{
color: #C4F85A;
}
.AnyTagClassName
{
color: #C4F85A;
}
</style>
background-color css
<style>
a { background-color: #C4F85A; }
a { background-color: rgb(196,248,90); }
div.DivClassName
{
background-color: #C4F85A;
}
.BgClassName
{
background-color: #C4F85A;
}
</style>
border-color css
<style>
span { border-color: #C4F85A; }
span { border-color: rgb(196,248,90); }
td.TdClassName
{
border-color: #C4F85A;
}
.TagClassName
{
border-color: #C4F85A;
}
</style>