Shades of Conifer #BEE348
Tints of Conifer #BEE348
RGB
CMYK
RGB Variations
Color information
#BEE348 (or 0xBEE348) is known color: Conifer. HEX triplet: BE, E3 and 48. RGB value is (190,227,72). Sum of RGB (Red+Green+Blue) = 190+227+72=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE348 is #411CB7. Grayscale: #C6C6C6. Windows color (decimal): -4267192 or 4776894. OLE color: 4776894.
HSL color Cylindrical-coordinate representation of color #BEE348: hue angle of 74.32º degrees, saturation: 0.73, 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 #BEE348 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 72 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.11 |
| HSL | 74.32º | 0.73% | 0.59% | - |
| HSV(B) | 74.32º | 0.68% | 0.89% | - |
| XYZ | 49.87 | 66.35 | 16.31 | - |
| YUV | 198.27 | 56.74 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 72 | 0.16 | 0 | 0.68 | 0.11 | 74.32 | 0.73 | 0.59 |
| Hex | BE | E3 | 48 | 10 | 0 | 44 | B | 4A | 49 | 3B |
| Octal | 276 | 343 | 110 | 20 | 0 | 104 | 13 | 112 | 111 | 73 |
| Binary | 10111110 | 11100011 | 1001000 | 10000 | 0 | 1000100 | 1011 | 1001010 | 1001001 | 111011 |
Color Harmonies of #BEE348
Complementary color
Monochromatic Colors of #BEE348
Black with #BEE348
Text Example
Text Example
White with #BEE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE348; }
p { color: rgb(190,227,72); }
H1.HeaderClassName
{
color: #BEE348;
}
.AnyTagClassName
{
color: #BEE348;
}
</style>
background-color css
<style>
a { background-color: #BEE348; }
a { background-color: rgb(190,227,72); }
div.DivClassName
{
background-color: #BEE348;
}
.BgClassName
{
background-color: #BEE348;
}
</style>
border-color css
<style>
span { border-color: #BEE348; }
span { border-color: rgb(190,227,72); }
td.TdClassName
{
border-color: #BEE348;
}
.TagClassName
{
border-color: #BEE348;
}
</style>