#BEF550

Color #BEF550 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BEF550

Tints of Conifer #BEF550

Color information

#BEF550 (or 0xBEF550) is unknown color: approx Conifer. HEX triplet: BE, F5 and 50. RGB value is (190,245,80). Sum of RGB (Red+Green+Blue) = 190+245+80=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF550 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF550 is #410AAF. Grayscale: #D2D2D2. Windows color (decimal): -4262576 or 5305790. OLE color: 5305790.

HSL color Cylindrical-coordinate representation of color #BEF550: hue angle of 80º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEF550 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB19024580-
CMYK0.2200.670.04
HSL80º89.19%63.73%-
HSV(B)80º67.35%96.08%-
XYZ55.3476.8319.5-
YUV209.7454.78113.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 245 (96.09% from 255) = 47.57%
BLUE value IS 80 (31.64% from 255) = 15.53%
R=36.89%
G=47.57%
B=15.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal190245800.2200.670.048089.1963.73
HexBEF550160434505940
Octal2763651202601034120131100
Binary101111101111010110100001011001000011100101000010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF550; }

 p { color: rgb(190,245,80); }

 H1.HeaderClassName
 {
   color: #BEF550;
 }
 .AnyTagClassName
 {
   color: #BEF550;
 }
</style>
background-color css

<style>
 a { background-color: #BEF550; }

 a { background-color: rgb(190,245,80); }

 div.DivClassName
 {
   background-color: #BEF550;
 }
 .BgClassName
 {
   background-color: #BEF550;
 }
</style>
border-color css

<style>
 span { border-color: #BEF550; }

 span { border-color: rgb(190,245,80); }

 td.TdClassName
 {
   border-color: #BEF550;
 }
 .TagClassName
 {
   border-color: #BEF550;
 }
</style>