Shades of Conifer #BEE94C
Tints of Conifer #BEE94C
RGB
CMYK
RGB Variations
Color information
#BEE94C (or 0xBEE94C) is known color: Conifer. HEX triplet: BE, E9 and 4C. RGB value is (190,233,76). Sum of RGB (Red+Green+Blue) = 190+233+76=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE94C is #4116B3. Grayscale: #CACACA. Windows color (decimal): -4265652 or 5040574. OLE color: 5040574.
HSL color Cylindrical-coordinate representation of color #BEE94C: hue angle of 76.43º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEE94C is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 76 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.09 |
| HSL | 76.43º | 0.78% | 0.61% | - |
| HSV(B) | 76.43º | 0.67% | 0.91% | - |
| XYZ | 51.68 | 69.75 | 17.58 | - |
| YUV | 202.25 | 56.75 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 76 | 0.18 | 0 | 0.67 | 0.09 | 76.43 | 0.78 | 0.61 |
| Hex | BE | E9 | 4C | 12 | 0 | 43 | 9 | 4C | 4E | 3D |
| Octal | 276 | 351 | 114 | 22 | 0 | 103 | 11 | 114 | 116 | 75 |
| Binary | 10111110 | 11101001 | 1001100 | 10010 | 0 | 1000011 | 1001 | 1001100 | 1001110 | 111101 |
Color Harmonies of #BEE94C
Complementary color
Monochromatic Colors of #BEE94C
Black with #BEE94C
Text Example
Text Example
White with #BEE94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE94C; }
p { color: rgb(190,233,76); }
H1.HeaderClassName
{
color: #BEE94C;
}
.AnyTagClassName
{
color: #BEE94C;
}
</style>
background-color css
<style>
a { background-color: #BEE94C; }
a { background-color: rgb(190,233,76); }
div.DivClassName
{
background-color: #BEE94C;
}
.BgClassName
{
background-color: #BEE94C;
}
</style>
border-color css
<style>
span { border-color: #BEE94C; }
span { border-color: rgb(190,233,76); }
td.TdClassName
{
border-color: #BEE94C;
}
.TagClassName
{
border-color: #BEE94C;
}
</style>