Shades of Conifer #BEF55D
Tints of Conifer #BEF55D
RGB
CMYK
RGB Variations
Color information
#BEF55D (or 0xBEF55D) is known color: Conifer. HEX triplet: BE, F5 and 5D. RGB value is (190,245,93). Sum of RGB (Red+Green+Blue) = 190+245+93=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF55D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF55D is #410AA2. Grayscale: #D3D3D3. Windows color (decimal): -4262563 or 6157758. OLE color: 6157758.
HSL color Cylindrical-coordinate representation of color #BEF55D: hue angle of 81.71º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEF55D is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 93 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.04 |
| HSL | 81.71º | 0.88% | 0.66% | - |
| HSV(B) | 81.71º | 0.62% | 0.96% | - |
| XYZ | 55.86 | 77.04 | 22.28 | - |
| YUV | 211.23 | 61.28 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 93 | 0.22 | 0 | 0.62 | 0.04 | 81.71 | 0.88 | 0.66 |
| Hex | BE | F5 | 5D | 16 | 0 | 3E | 4 | 52 | 58 | 42 |
| Octal | 276 | 365 | 135 | 26 | 0 | 76 | 4 | 122 | 130 | 102 |
| Binary | 10111110 | 11110101 | 1011101 | 10110 | 0 | 111110 | 100 | 1010010 | 1011000 | 1000010 |
Color Harmonies of #BEF55D
Complementary color
Monochromatic Colors of #BEF55D
Black with #BEF55D
Text Example
Text Example
White with #BEF55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF55D; }
p { color: rgb(190,245,93); }
H1.HeaderClassName
{
color: #BEF55D;
}
.AnyTagClassName
{
color: #BEF55D;
}
</style>
background-color css
<style>
a { background-color: #BEF55D; }
a { background-color: rgb(190,245,93); }
div.DivClassName
{
background-color: #BEF55D;
}
.BgClassName
{
background-color: #BEF55D;
}
</style>
border-color css
<style>
span { border-color: #BEF55D; }
span { border-color: rgb(190,245,93); }
td.TdClassName
{
border-color: #BEF55D;
}
.TagClassName
{
border-color: #BEF55D;
}
</style>