Shades of Conifer #BEE448
Tints of Conifer #BEE448
RGB
CMYK
RGB Variations
Color information
#BEE448 (or 0xBEE448) is known color: Conifer. HEX triplet: BE, E4 and 48. RGB value is (190,228,72). Sum of RGB (Red+Green+Blue) = 190+228+72=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE448 is #411BB7. Grayscale: #C7C7C7. Windows color (decimal): -4266936 or 4777150. OLE color: 4777150.
HSL color Cylindrical-coordinate representation of color #BEE448: hue angle of 74.62º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEE448 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 72 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.11 |
| HSL | 74.62º | 0.74% | 0.59% | - |
| HSV(B) | 74.62º | 0.68% | 0.89% | - |
| XYZ | 50.15 | 66.9 | 16.4 | - |
| YUV | 198.85 | 56.41 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 72 | 0.17 | 0 | 0.68 | 0.11 | 74.62 | 0.74 | 0.59 |
| Hex | BE | E4 | 48 | 11 | 0 | 44 | B | 4B | 4A | 3B |
| Octal | 276 | 344 | 110 | 21 | 0 | 104 | 13 | 113 | 112 | 73 |
| Binary | 10111110 | 11100100 | 1001000 | 10001 | 0 | 1000100 | 1011 | 1001011 | 1001010 | 111011 |
Color Harmonies of #BEE448
Complementary color
Monochromatic Colors of #BEE448
Black with #BEE448
Text Example
Text Example
White with #BEE448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE448; }
p { color: rgb(190,228,72); }
H1.HeaderClassName
{
color: #BEE448;
}
.AnyTagClassName
{
color: #BEE448;
}
</style>
background-color css
<style>
a { background-color: #BEE448; }
a { background-color: rgb(190,228,72); }
div.DivClassName
{
background-color: #BEE448;
}
.BgClassName
{
background-color: #BEE448;
}
</style>
border-color css
<style>
span { border-color: #BEE448; }
span { border-color: rgb(190,228,72); }
td.TdClassName
{
border-color: #BEE448;
}
.TagClassName
{
border-color: #BEE448;
}
</style>