Shades of Conifer #BEE54B
Tints of Conifer #BEE54B
RGB
CMYK
RGB Variations
Color information
#BEE54B (or 0xBEE54B) is known color: Conifer. HEX triplet: BE, E5 and 4B. RGB value is (190,229,75). Sum of RGB (Red+Green+Blue) = 190+229+75=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE54B is #411AB4. Grayscale: #C8C8C8. Windows color (decimal): -4266677 or 4974014. OLE color: 4974014.
HSL color Cylindrical-coordinate representation of color #BEE54B: hue angle of 75.19º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEE54B is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 75 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.10 |
| HSL | 75.19º | 0.75% | 0.6% | - |
| HSV(B) | 75.19º | 0.67% | 0.9% | - |
| XYZ | 50.52 | 67.49 | 17.02 | - |
| YUV | 199.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 75 | 0.17 | 0 | 0.67 | 0.10 | 75.19 | 0.75 | 0.6 |
| Hex | BE | E5 | 4B | 11 | 0 | 43 | A | 4B | 4B | 3C |
| Octal | 276 | 345 | 113 | 21 | 0 | 103 | 12 | 113 | 113 | 74 |
| Binary | 10111110 | 11100101 | 1001011 | 10001 | 0 | 1000011 | 1010 | 1001011 | 1001011 | 111100 |
Color Harmonies of #BEE54B
Complementary color
Monochromatic Colors of #BEE54B
Black with #BEE54B
Text Example
Text Example
White with #BEE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE54B; }
p { color: rgb(190,229,75); }
H1.HeaderClassName
{
color: #BEE54B;
}
.AnyTagClassName
{
color: #BEE54B;
}
</style>
background-color css
<style>
a { background-color: #BEE54B; }
a { background-color: rgb(190,229,75); }
div.DivClassName
{
background-color: #BEE54B;
}
.BgClassName
{
background-color: #BEE54B;
}
</style>
border-color css
<style>
span { border-color: #BEE54B; }
span { border-color: rgb(190,229,75); }
td.TdClassName
{
border-color: #BEE54B;
}
.TagClassName
{
border-color: #BEE54B;
}
</style>