#B4FB50

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

Shades of Conifer #B4FB50

Tints of Conifer #B4FB50

Color information

#B4FB50 (or 0xB4FB50) is unknown color: approx Conifer. HEX triplet: B4, FB and 50. RGB value is (180,251,80). Sum of RGB (Red+Green+Blue) = 180+251+80=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FB50 is #4B04AF. Grayscale: #D2D2D2. Windows color (decimal): -4916400 or 5307316. OLE color: 5307316.

HSL color Cylindrical-coordinate representation of color #B4FB50: hue angle of 84.91º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4FB50 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB18025180-
CMYK0.2800.680.02
HSL84.91º95.53%64.9%-
HSV(B)84.91º68.13%98.43%-
XYZ54.7779.2820-
YUV210.2854.48106.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 251 (98.44% from 255) = 49.12%
BLUE value IS 80 (31.64% from 255) = 15.66%
R=35.23%
G=49.12%
B=15.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal180251800.2800.680.0284.9195.5364.9
HexB4FB501C0442556041
Octal2643731203401042125140101
Binary10110100111110111010000111000100010010101010111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FB50; }

 p { color: rgb(180,251,80); }

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

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

 a { background-color: rgb(180,251,80); }

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

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

 span { border-color: rgb(180,251,80); }

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