Shades of Conifer #BEFF55
Tints of Conifer #BEFF55
RGB
CMYK
RGB Variations
Color information
#BEFF55 (or 0xBEFF55) is known color: Conifer. HEX triplet: BE, FF and 55. RGB value is (190,255,85). Sum of RGB (Red+Green+Blue) = 190+255+85=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF55 is #4100AA. Grayscale: #D8D8D8. Windows color (decimal): -4260011 or 5636030. OLE color: 5636030.
HSL color Cylindrical-coordinate representation of color #BEFF55: hue angle of 82.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEFF55 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 85 | - |
| CMYK | 0.25 | 0 | 0.67 | 0 |
| HSL | 82.94º | 1% | 0.67% | - |
| HSV(B) | 82.94º | 0.67% | 1% | - |
| XYZ | 58.63 | 83.12 | 21.55 | - |
| YUV | 216.19 | 53.97 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 85 | 0.25 | 0 | 0.67 | 0 | 82.94 | 1 | 0.67 |
| Hex | BE | FF | 55 | 19 | 0 | 43 | 0 | 53 | 64 | 43 |
| Octal | 276 | 377 | 125 | 31 | 0 | 103 | 0 | 123 | 144 | 103 |
| Binary | 10111110 | 11111111 | 1010101 | 11001 | 0 | 1000011 | 0 | 1010011 | 1100100 | 1000011 |
Color Harmonies of #BEFF55
Complementary color
Monochromatic Colors of #BEFF55
Black with #BEFF55
Text Example
Text Example
White with #BEFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF55; }
p { color: rgb(190,255,85); }
H1.HeaderClassName
{
color: #BEFF55;
}
.AnyTagClassName
{
color: #BEFF55;
}
</style>
background-color css
<style>
a { background-color: #BEFF55; }
a { background-color: rgb(190,255,85); }
div.DivClassName
{
background-color: #BEFF55;
}
.BgClassName
{
background-color: #BEFF55;
}
</style>
border-color css
<style>
span { border-color: #BEFF55; }
span { border-color: rgb(190,255,85); }
td.TdClassName
{
border-color: #BEFF55;
}
.TagClassName
{
border-color: #BEFF55;
}
</style>