Shades of Conifer #BEFE5A
Tints of Conifer #BEFE5A
RGB
CMYK
RGB Variations
Color information
#BEFE5A (or 0xBEFE5A) is known color: Conifer. HEX triplet: BE, FE and 5A. RGB value is (190,254,90). Sum of RGB (Red+Green+Blue) = 190+254+90=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFE5A is #4101A5. Grayscale: #D8D8D8. Windows color (decimal): -4260262 or 5963454. OLE color: 5963454.
HSL color Cylindrical-coordinate representation of color #BEFE5A: hue angle of 83.41º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEFE5A is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 90 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.00 |
| HSL | 83.41º | 0.99% | 0.67% | - |
| HSV(B) | 83.41º | 0.65% | 1% | - |
| XYZ | 58.52 | 82.57 | 22.53 | - |
| YUV | 216.17 | 56.8 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 90 | 0.25 | 0 | 0.65 | 0.00 | 83.41 | 0.99 | 0.67 |
| Hex | BE | FE | 5A | 19 | 0 | 41 | 0 | 53 | 63 | 43 |
| Octal | 276 | 376 | 132 | 31 | 0 | 101 | 0 | 123 | 143 | 103 |
| Binary | 10111110 | 11111110 | 1011010 | 11001 | 0 | 1000001 | 0 | 1010011 | 1100011 | 1000011 |
Color Harmonies of #BEFE5A
Complementary color
Monochromatic Colors of #BEFE5A
Black with #BEFE5A
Text Example
Text Example
White with #BEFE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE5A; }
p { color: rgb(190,254,90); }
H1.HeaderClassName
{
color: #BEFE5A;
}
.AnyTagClassName
{
color: #BEFE5A;
}
</style>
background-color css
<style>
a { background-color: #BEFE5A; }
a { background-color: rgb(190,254,90); }
div.DivClassName
{
background-color: #BEFE5A;
}
.BgClassName
{
background-color: #BEFE5A;
}
</style>
border-color css
<style>
span { border-color: #BEFE5A; }
span { border-color: rgb(190,254,90); }
td.TdClassName
{
border-color: #BEFE5A;
}
.TagClassName
{
border-color: #BEFE5A;
}
</style>