Shades of Conifer #BEE148
Tints of Conifer #BEE148
RGB
CMYK
RGB Variations
Color information
#BEE148 (or 0xBEE148) is known color: Conifer. HEX triplet: BE, E1 and 48. RGB value is (190,225,72). Sum of RGB (Red+Green+Blue) = 190+225+72=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE148 is #411EB7. Grayscale: #C5C5C5. Windows color (decimal): -4267704 or 4776382. OLE color: 4776382.
HSL color Cylindrical-coordinate representation of color #BEE148: hue angle of 73.73º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEE148 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 72 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.12 |
| HSL | 73.73º | 0.72% | 0.58% | - |
| HSV(B) | 73.73º | 0.68% | 0.88% | - |
| XYZ | 49.33 | 65.27 | 16.13 | - |
| YUV | 197.09 | 57.4 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 72 | 0.16 | 0 | 0.68 | 0.12 | 73.73 | 0.72 | 0.58 |
| Hex | BE | E1 | 48 | 10 | 0 | 44 | C | 4A | 48 | 3A |
| Octal | 276 | 341 | 110 | 20 | 0 | 104 | 14 | 112 | 110 | 72 |
| Binary | 10111110 | 11100001 | 1001000 | 10000 | 0 | 1000100 | 1100 | 1001010 | 1001000 | 111010 |
Color Harmonies of #BEE148
Complementary color
Monochromatic Colors of #BEE148
Black with #BEE148
Text Example
Text Example
White with #BEE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE148; }
p { color: rgb(190,225,72); }
H1.HeaderClassName
{
color: #BEE148;
}
.AnyTagClassName
{
color: #BEE148;
}
</style>
background-color css
<style>
a { background-color: #BEE148; }
a { background-color: rgb(190,225,72); }
div.DivClassName
{
background-color: #BEE148;
}
.BgClassName
{
background-color: #BEE148;
}
</style>
border-color css
<style>
span { border-color: #BEE148; }
span { border-color: rgb(190,225,72); }
td.TdClassName
{
border-color: #BEE148;
}
.TagClassName
{
border-color: #BEE148;
}
</style>