Shades of Conifer #BEF444
Tints of Conifer #BEF444
RGB
CMYK
RGB Variations
Color information
#BEF444 (or 0xBEF444) is known color: Conifer. HEX triplet: BE, F4 and 44. RGB value is (190,244,68). Sum of RGB (Red+Green+Blue) = 190+244+68=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF444 is #410BBB. Grayscale: #D0D0D0. Windows color (decimal): -4262844 or 4519102. OLE color: 4519102.
HSL color Cylindrical-coordinate representation of color #BEF444: hue angle of 78.41º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BEF444 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 68 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.04 |
| HSL | 78.41º | 0.89% | 0.61% | - |
| HSV(B) | 78.41º | 0.72% | 0.96% | - |
| XYZ | 54.63 | 76.07 | 17.27 | - |
| YUV | 207.79 | 49.11 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 68 | 0.22 | 0 | 0.72 | 0.04 | 78.41 | 0.89 | 0.61 |
| Hex | BE | F4 | 44 | 16 | 0 | 48 | 4 | 4E | 59 | 3D |
| Octal | 276 | 364 | 104 | 26 | 0 | 110 | 4 | 116 | 131 | 75 |
| Binary | 10111110 | 11110100 | 1000100 | 10110 | 0 | 1001000 | 100 | 1001110 | 1011001 | 111101 |
Color Harmonies of #BEF444
Complementary color
Monochromatic Colors of #BEF444
Black with #BEF444
Text Example
Text Example
White with #BEF444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF444; }
p { color: rgb(190,244,68); }
H1.HeaderClassName
{
color: #BEF444;
}
.AnyTagClassName
{
color: #BEF444;
}
</style>
background-color css
<style>
a { background-color: #BEF444; }
a { background-color: rgb(190,244,68); }
div.DivClassName
{
background-color: #BEF444;
}
.BgClassName
{
background-color: #BEF444;
}
</style>
border-color css
<style>
span { border-color: #BEF444; }
span { border-color: rgb(190,244,68); }
td.TdClassName
{
border-color: #BEF444;
}
.TagClassName
{
border-color: #BEF444;
}
</style>