Shades of Conifer #BEE34B
Tints of Conifer #BEE34B
RGB
CMYK
RGB Variations
Color information
#BEE34B (or 0xBEE34B) is known color: Conifer. HEX triplet: BE, E3 and 4B. RGB value is (190,227,75). Sum of RGB (Red+Green+Blue) = 190+227+75=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE34B is #411CB4. Grayscale: #C7C7C7. Windows color (decimal): -4267189 or 4973502. OLE color: 4973502.
HSL color Cylindrical-coordinate representation of color #BEE34B: hue angle of 74.61º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEE34B is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 75 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.11 |
| HSL | 74.61º | 0.73% | 0.59% | - |
| HSV(B) | 74.61º | 0.67% | 0.89% | - |
| XYZ | 49.97 | 66.39 | 16.84 | - |
| YUV | 198.61 | 58.24 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 75 | 0.16 | 0 | 0.67 | 0.11 | 74.61 | 0.73 | 0.59 |
| Hex | BE | E3 | 4B | 10 | 0 | 43 | B | 4B | 49 | 3B |
| Octal | 276 | 343 | 113 | 20 | 0 | 103 | 13 | 113 | 111 | 73 |
| Binary | 10111110 | 11100011 | 1001011 | 10000 | 0 | 1000011 | 1011 | 1001011 | 1001001 | 111011 |
Color Harmonies of #BEE34B
Complementary color
Monochromatic Colors of #BEE34B
Black with #BEE34B
Text Example
Text Example
White with #BEE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE34B; }
p { color: rgb(190,227,75); }
H1.HeaderClassName
{
color: #BEE34B;
}
.AnyTagClassName
{
color: #BEE34B;
}
</style>
background-color css
<style>
a { background-color: #BEE34B; }
a { background-color: rgb(190,227,75); }
div.DivClassName
{
background-color: #BEE34B;
}
.BgClassName
{
background-color: #BEE34B;
}
</style>
border-color css
<style>
span { border-color: #BEE34B; }
span { border-color: rgb(190,227,75); }
td.TdClassName
{
border-color: #BEE34B;
}
.TagClassName
{
border-color: #BEE34B;
}
</style>