Shades of Conifer #BEE35C
Tints of Conifer #BEE35C
RGB
CMYK
RGB Variations
Color information
#BEE35C (or 0xBEE35C) is known color: Conifer. HEX triplet: BE, E3 and 5C. RGB value is (190,227,92). Sum of RGB (Red+Green+Blue) = 190+227+92=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE35C is #411CA3. Grayscale: #C9C9C9. Windows color (decimal): -4267172 or 6087614. OLE color: 6087614.
HSL color Cylindrical-coordinate representation of color #BEE35C: hue angle of 76.44º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEE35C is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 92 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.11 |
| HSL | 76.44º | 0.71% | 0.63% | - |
| HSV(B) | 76.44º | 0.59% | 0.89% | - |
| XYZ | 50.64 | 66.66 | 20.32 | - |
| YUV | 200.55 | 66.74 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 92 | 0.16 | 0 | 0.59 | 0.11 | 76.44 | 0.71 | 0.63 |
| Hex | BE | E3 | 5C | 10 | 0 | 3B | B | 4C | 47 | 3F |
| Octal | 276 | 343 | 134 | 20 | 0 | 73 | 13 | 114 | 107 | 77 |
| Binary | 10111110 | 11100011 | 1011100 | 10000 | 0 | 111011 | 1011 | 1001100 | 1000111 | 111111 |
Color Harmonies of #BEE35C
Complementary color
Monochromatic Colors of #BEE35C
Black with #BEE35C
Text Example
Text Example
White with #BEE35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE35C; }
p { color: rgb(190,227,92); }
H1.HeaderClassName
{
color: #BEE35C;
}
.AnyTagClassName
{
color: #BEE35C;
}
</style>
background-color css
<style>
a { background-color: #BEE35C; }
a { background-color: rgb(190,227,92); }
div.DivClassName
{
background-color: #BEE35C;
}
.BgClassName
{
background-color: #BEE35C;
}
</style>
border-color css
<style>
span { border-color: #BEE35C; }
span { border-color: rgb(190,227,92); }
td.TdClassName
{
border-color: #BEE35C;
}
.TagClassName
{
border-color: #BEE35C;
}
</style>