Shades of Conifer #C4F15E
Tints of Conifer #C4F15E
RGB
CMYK
RGB Variations
Color information
#C4F15E (or 0xC4F15E) is known color: Conifer. HEX triplet: C4, F1 and 5E. RGB value is (196,241,94). Sum of RGB (Red+Green+Blue) = 196+241+94=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F15E is #3B0EA1. Grayscale: #D3D3D3. Windows color (decimal): -3870370 or 6222276. OLE color: 6222276.
HSL color Cylindrical-coordinate representation of color #C4F15E: hue angle of 78.37º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4F15E is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 94 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.05 |
| HSL | 78.37º | 0.84% | 0.66% | - |
| HSV(B) | 78.37º | 0.61% | 0.95% | - |
| XYZ | 56.24 | 75.45 | 22.19 | - |
| YUV | 210.79 | 62.09 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 94 | 0.19 | 0 | 0.61 | 0.05 | 78.37 | 0.84 | 0.66 |
| Hex | C4 | F1 | 5E | 13 | 0 | 3D | 5 | 4E | 54 | 42 |
| Octal | 304 | 361 | 136 | 23 | 0 | 75 | 5 | 116 | 124 | 102 |
| Binary | 11000100 | 11110001 | 1011110 | 10011 | 0 | 111101 | 101 | 1001110 | 1010100 | 1000010 |
Color Harmonies of #C4F15E
Complementary color
Monochromatic Colors of #C4F15E
Black with #C4F15E
Text Example
Text Example
White with #C4F15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F15E; }
p { color: rgb(196,241,94); }
H1.HeaderClassName
{
color: #C4F15E;
}
.AnyTagClassName
{
color: #C4F15E;
}
</style>
background-color css
<style>
a { background-color: #C4F15E; }
a { background-color: rgb(196,241,94); }
div.DivClassName
{
background-color: #C4F15E;
}
.BgClassName
{
background-color: #C4F15E;
}
</style>
border-color css
<style>
span { border-color: #C4F15E; }
span { border-color: rgb(196,241,94); }
td.TdClassName
{
border-color: #C4F15E;
}
.TagClassName
{
border-color: #C4F15E;
}
</style>