Shades of Conifer #BEFF5A
Tints of Conifer #BEFF5A
RGB
CMYK
RGB Variations
Color information
#BEFF5A (or 0xBEFF5A) is known color: Conifer. HEX triplet: BE, FF and 5A. RGB value is (190,255,90). Sum of RGB (Red+Green+Blue) = 190+255+90=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF5A is #4100A5. Grayscale: #D9D9D9. Windows color (decimal): -4260006 or 5963710. OLE color: 5963710.
HSL color Cylindrical-coordinate representation of color #BEFF5A: hue angle of 83.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEFF5A is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 90 | - |
| CMYK | 0.25 | 0 | 0.65 | 0 |
| HSL | 83.64º | 1% | 0.68% | - |
| HSV(B) | 83.64º | 0.65% | 1% | - |
| XYZ | 58.84 | 83.21 | 22.63 | - |
| YUV | 216.76 | 56.47 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 90 | 0.25 | 0 | 0.65 | 0 | 83.64 | 1 | 0.68 |
| Hex | BE | FF | 5A | 19 | 0 | 41 | 0 | 54 | 64 | 44 |
| Octal | 276 | 377 | 132 | 31 | 0 | 101 | 0 | 124 | 144 | 104 |
| Binary | 10111110 | 11111111 | 1011010 | 11001 | 0 | 1000001 | 0 | 1010100 | 1100100 | 1000100 |
Color Harmonies of #BEFF5A
Complementary color
Monochromatic Colors of #BEFF5A
Black with #BEFF5A
Text Example
Text Example
White with #BEFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF5A; }
p { color: rgb(190,255,90); }
H1.HeaderClassName
{
color: #BEFF5A;
}
.AnyTagClassName
{
color: #BEFF5A;
}
</style>
background-color css
<style>
a { background-color: #BEFF5A; }
a { background-color: rgb(190,255,90); }
div.DivClassName
{
background-color: #BEFF5A;
}
.BgClassName
{
background-color: #BEFF5A;
}
</style>
border-color css
<style>
span { border-color: #BEFF5A; }
span { border-color: rgb(190,255,90); }
td.TdClassName
{
border-color: #BEFF5A;
}
.TagClassName
{
border-color: #BEFF5A;
}
</style>