Shades of Conifer #BEFA5D
Tints of Conifer #BEFA5D
RGB
CMYK
RGB Variations
Color information
#BEFA5D (or 0xBEFA5D) is known color: Conifer. HEX triplet: BE, FA and 5D. RGB value is (190,250,93). Sum of RGB (Red+Green+Blue) = 190+250+93=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFA5D is #4105A2. Grayscale: #D6D6D6. Windows color (decimal): -4261283 or 6159038. OLE color: 6159038.
HSL color Cylindrical-coordinate representation of color #BEFA5D: hue angle of 82.93º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEFA5D is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 93 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.02 |
| HSL | 82.93º | 0.94% | 0.67% | - |
| HSV(B) | 82.93º | 0.63% | 0.98% | - |
| XYZ | 57.4 | 80.11 | 22.79 | - |
| YUV | 214.16 | 59.62 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 93 | 0.24 | 0 | 0.63 | 0.02 | 82.93 | 0.94 | 0.67 |
| Hex | BE | FA | 5D | 18 | 0 | 3F | 2 | 53 | 5E | 43 |
| Octal | 276 | 372 | 135 | 30 | 0 | 77 | 2 | 123 | 136 | 103 |
| Binary | 10111110 | 11111010 | 1011101 | 11000 | 0 | 111111 | 10 | 1010011 | 1011110 | 1000011 |
Color Harmonies of #BEFA5D
Complementary color
Monochromatic Colors of #BEFA5D
Black with #BEFA5D
Text Example
Text Example
White with #BEFA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFA5D; }
p { color: rgb(190,250,93); }
H1.HeaderClassName
{
color: #BEFA5D;
}
.AnyTagClassName
{
color: #BEFA5D;
}
</style>
background-color css
<style>
a { background-color: #BEFA5D; }
a { background-color: rgb(190,250,93); }
div.DivClassName
{
background-color: #BEFA5D;
}
.BgClassName
{
background-color: #BEFA5D;
}
</style>
border-color css
<style>
span { border-color: #BEFA5D; }
span { border-color: rgb(190,250,93); }
td.TdClassName
{
border-color: #BEFA5D;
}
.TagClassName
{
border-color: #BEFA5D;
}
</style>