#B0FA57

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

Shades of Conifer #B0FA57

Tints of Conifer #B0FA57

Color information

#B0FA57 (or 0xB0FA57) is unknown color: approx Conifer. HEX triplet: B0, FA and 57. RGB value is (176,250,87). Sum of RGB (Red+Green+Blue) = 176+250+87=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 87 (34.38% from 255 or 16.96% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FA57 is #4F05A8. Grayscale: #D1D1D1. Windows color (decimal): -5178793 or 5765808. OLE color: 5765808.

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

Color convert

RGB17625087-
CMYK0.3000.650.02
HSL87.24º94.22%66.08%-
HSV(B)87.24º65.2%98.04%-
XYZ53.8178.2921.29-
YUV209.2958.98104.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 250 (98.05% from 255) = 48.73%
BLUE value IS 87 (34.38% from 255) = 16.96%
R=34.31%
G=48.73%
B=16.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176250870.3000.650.0287.2494.2266.08
HexB0FA571E0412575e42
Octal2603721273601012127136102
Binary10110000111110101010111111100100000110101011110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FA57; }

 p { color: rgb(176,250,87); }

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

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

 a { background-color: rgb(176,250,87); }

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

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

 span { border-color: rgb(176,250,87); }

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