Shades of Conifer #BEFF5D
Tints of Conifer #BEFF5D
RGB
CMYK
RGB Variations
Color information
#BEFF5D (or 0xBEFF5D) is known color: Conifer. HEX triplet: BE, FF and 5D. RGB value is (190,255,93). Sum of RGB (Red+Green+Blue) = 190+255+93=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF5D is #4100A2. Grayscale: #D9D9D9. Windows color (decimal): -4260003 or 6160318. OLE color: 6160318.
HSL color Cylindrical-coordinate representation of color #BEFF5D: hue angle of 84.07º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEFF5D is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 93 | - |
| CMYK | 0.25 | 0 | 0.64 | 0 |
| HSL | 84.07º | 1% | 0.68% | - |
| HSV(B) | 84.07º | 0.64% | 1% | - |
| XYZ | 58.97 | 83.26 | 23.32 | - |
| YUV | 217.1 | 57.97 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 93 | 0.25 | 0 | 0.64 | 0 | 84.07 | 1 | 0.68 |
| Hex | BE | FF | 5D | 19 | 0 | 40 | 0 | 54 | 64 | 44 |
| Octal | 276 | 377 | 135 | 31 | 0 | 100 | 0 | 124 | 144 | 104 |
| Binary | 10111110 | 11111111 | 1011101 | 11001 | 0 | 1000000 | 0 | 1010100 | 1100100 | 1000100 |
Color Harmonies of #BEFF5D
Complementary color
Monochromatic Colors of #BEFF5D
Black with #BEFF5D
Text Example
Text Example
White with #BEFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF5D; }
p { color: rgb(190,255,93); }
H1.HeaderClassName
{
color: #BEFF5D;
}
.AnyTagClassName
{
color: #BEFF5D;
}
</style>
background-color css
<style>
a { background-color: #BEFF5D; }
a { background-color: rgb(190,255,93); }
div.DivClassName
{
background-color: #BEFF5D;
}
.BgClassName
{
background-color: #BEFF5D;
}
</style>
border-color css
<style>
span { border-color: #BEFF5D; }
span { border-color: rgb(190,255,93); }
td.TdClassName
{
border-color: #BEFF5D;
}
.TagClassName
{
border-color: #BEFF5D;
}
</style>