Shades of Conifer #C4F153
Tints of Conifer #C4F153
RGB
CMYK
RGB Variations
Color information
#C4F153 (or 0xC4F153) is known color: Conifer. HEX triplet: C4, F1 and 53. RGB value is (196,241,83). Sum of RGB (Red+Green+Blue) = 196+241+83=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F153 is #3B0EAC. Grayscale: #D2D2D2. Windows color (decimal): -3870381 or 5501380. OLE color: 5501380.
HSL color Cylindrical-coordinate representation of color #C4F153: hue angle of 77.09º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4F153 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 83 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.05 |
| HSL | 77.09º | 0.85% | 0.64% | - |
| HSV(B) | 77.09º | 0.66% | 0.95% | - |
| XYZ | 55.78 | 75.27 | 19.77 | - |
| YUV | 209.53 | 56.59 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 83 | 0.19 | 0 | 0.66 | 0.05 | 77.09 | 0.85 | 0.64 |
| Hex | C4 | F1 | 53 | 13 | 0 | 42 | 5 | 4D | 55 | 40 |
| Octal | 304 | 361 | 123 | 23 | 0 | 102 | 5 | 115 | 125 | 100 |
| Binary | 11000100 | 11110001 | 1010011 | 10011 | 0 | 1000010 | 101 | 1001101 | 1010101 | 1000000 |
Color Harmonies of #C4F153
Complementary color
Monochromatic Colors of #C4F153
Black with #C4F153
Text Example
Text Example
White with #C4F153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F153; }
p { color: rgb(196,241,83); }
H1.HeaderClassName
{
color: #C4F153;
}
.AnyTagClassName
{
color: #C4F153;
}
</style>
background-color css
<style>
a { background-color: #C4F153; }
a { background-color: rgb(196,241,83); }
div.DivClassName
{
background-color: #C4F153;
}
.BgClassName
{
background-color: #C4F153;
}
</style>
border-color css
<style>
span { border-color: #C4F153; }
span { border-color: rgb(196,241,83); }
td.TdClassName
{
border-color: #C4F153;
}
.TagClassName
{
border-color: #C4F153;
}
</style>