Shades of Conifer #BEF153
Tints of Conifer #BEF153
RGB
CMYK
RGB Variations
Color information
#BEF153 (or 0xBEF153) is known color: Conifer. HEX triplet: BE, F1 and 53. RGB value is (190,241,83). Sum of RGB (Red+Green+Blue) = 190+241+83=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF153 is #410EAC. Grayscale: #D0D0D0. Windows color (decimal): -4263597 or 5501374. OLE color: 5501374.
HSL color Cylindrical-coordinate representation of color #BEF153: hue angle of 79.37º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEF153 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 83 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.05 |
| HSL | 79.37º | 0.85% | 0.64% | - |
| HSV(B) | 79.37º | 0.66% | 0.95% | - |
| XYZ | 54.25 | 74.48 | 19.7 | - |
| YUV | 207.74 | 57.6 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 83 | 0.21 | 0 | 0.66 | 0.05 | 79.37 | 0.85 | 0.64 |
| Hex | BE | F1 | 53 | 15 | 0 | 42 | 5 | 4F | 55 | 40 |
| Octal | 276 | 361 | 123 | 25 | 0 | 102 | 5 | 117 | 125 | 100 |
| Binary | 10111110 | 11110001 | 1010011 | 10101 | 0 | 1000010 | 101 | 1001111 | 1010101 | 1000000 |
Color Harmonies of #BEF153
Complementary color
Monochromatic Colors of #BEF153
Black with #BEF153
Text Example
Text Example
White with #BEF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF153; }
p { color: rgb(190,241,83); }
H1.HeaderClassName
{
color: #BEF153;
}
.AnyTagClassName
{
color: #BEF153;
}
</style>
background-color css
<style>
a { background-color: #BEF153; }
a { background-color: rgb(190,241,83); }
div.DivClassName
{
background-color: #BEF153;
}
.BgClassName
{
background-color: #BEF153;
}
</style>
border-color css
<style>
span { border-color: #BEF153; }
span { border-color: rgb(190,241,83); }
td.TdClassName
{
border-color: #BEF153;
}
.TagClassName
{
border-color: #BEF153;
}
</style>