Shades of Conifer #BEFE53
Tints of Conifer #BEFE53
RGB
CMYK
RGB Variations
Color information
#BEFE53 (or 0xBEFE53) is known color: Conifer. HEX triplet: BE, FE and 53. RGB value is (190,254,83). Sum of RGB (Red+Green+Blue) = 190+254+83=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFE53 is #4101AC. Grayscale: #D7D7D7. Windows color (decimal): -4260269 or 5504702. OLE color: 5504702.
HSL color Cylindrical-coordinate representation of color #BEFE53: hue angle of 82.46º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEFE53 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 83 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.00 |
| HSL | 82.46º | 0.99% | 0.66% | - |
| HSV(B) | 82.46º | 0.67% | 1% | - |
| XYZ | 58.24 | 82.46 | 21.03 | - |
| YUV | 215.37 | 53.3 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 83 | 0.25 | 0 | 0.67 | 0.00 | 82.46 | 0.99 | 0.66 |
| Hex | BE | FE | 53 | 19 | 0 | 43 | 0 | 52 | 63 | 42 |
| Octal | 276 | 376 | 123 | 31 | 0 | 103 | 0 | 122 | 143 | 102 |
| Binary | 10111110 | 11111110 | 1010011 | 11001 | 0 | 1000011 | 0 | 1010010 | 1100011 | 1000010 |
Color Harmonies of #BEFE53
Complementary color
Monochromatic Colors of #BEFE53
Black with #BEFE53
Text Example
Text Example
White with #BEFE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE53; }
p { color: rgb(190,254,83); }
H1.HeaderClassName
{
color: #BEFE53;
}
.AnyTagClassName
{
color: #BEFE53;
}
</style>
background-color css
<style>
a { background-color: #BEFE53; }
a { background-color: rgb(190,254,83); }
div.DivClassName
{
background-color: #BEFE53;
}
.BgClassName
{
background-color: #BEFE53;
}
</style>
border-color css
<style>
span { border-color: #BEFE53; }
span { border-color: rgb(190,254,83); }
td.TdClassName
{
border-color: #BEFE53;
}
.TagClassName
{
border-color: #BEFE53;
}
</style>