Shades of Conifer #BEE452
Tints of Conifer #BEE452
RGB
CMYK
RGB Variations
Color information
#BEE452 (or 0xBEE452) is known color: Conifer. HEX triplet: BE, E4 and 52. RGB value is (190,228,82). Sum of RGB (Red+Green+Blue) = 190+228+82=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE452 is #411BAD. Grayscale: #C8C8C8. Windows color (decimal): -4266926 or 5432510. OLE color: 5432510.
HSL color Cylindrical-coordinate representation of color #BEE452: hue angle of 75.62º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEE452 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 82 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.11 |
| HSL | 75.62º | 0.73% | 0.61% | - |
| HSV(B) | 75.62º | 0.64% | 0.89% | - |
| XYZ | 50.5 | 67.04 | 18.26 | - |
| YUV | 199.99 | 61.41 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 82 | 0.17 | 0 | 0.64 | 0.11 | 75.62 | 0.73 | 0.61 |
| Hex | BE | E4 | 52 | 11 | 0 | 40 | B | 4C | 49 | 3D |
| Octal | 276 | 344 | 122 | 21 | 0 | 100 | 13 | 114 | 111 | 75 |
| Binary | 10111110 | 11100100 | 1010010 | 10001 | 0 | 1000000 | 1011 | 1001100 | 1001001 | 111101 |
Color Harmonies of #BEE452
Complementary color
Monochromatic Colors of #BEE452
Black with #BEE452
Text Example
Text Example
White with #BEE452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE452; }
p { color: rgb(190,228,82); }
H1.HeaderClassName
{
color: #BEE452;
}
.AnyTagClassName
{
color: #BEE452;
}
</style>
background-color css
<style>
a { background-color: #BEE452; }
a { background-color: rgb(190,228,82); }
div.DivClassName
{
background-color: #BEE452;
}
.BgClassName
{
background-color: #BEE452;
}
</style>
border-color css
<style>
span { border-color: #BEE452; }
span { border-color: rgb(190,228,82); }
td.TdClassName
{
border-color: #BEE452;
}
.TagClassName
{
border-color: #BEE452;
}
</style>