#B2F557

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

Shades of Conifer #B2F557

Tints of Conifer #B2F557

Color information

#B2F557 (or 0xB2F557) is unknown color: approx Conifer. HEX triplet: B2, F5 and 57. RGB value is (178,245,87). Sum of RGB (Red+Green+Blue) = 178+245+87=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 87 (34.38% from 255 or 17.06% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F557 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F557 is #4D0AA8. Grayscale: #CFCFCF. Windows color (decimal): -5049001 or 5764530. OLE color: 5764530.

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

Color convert

RGB17824587-
CMYK0.2700.640.04
HSL85.44º88.76%65.1%-
HSV(B)85.44º64.49%96.08%-
XYZ52.7375.4620.8-
YUV206.9660.3107.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.90%
GREEN value IS 245 (96.09% from 255) = 48.04%
BLUE value IS 87 (34.38% from 255) = 17.06%
R=34.90%
G=48.04%
B=17.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal178245870.2700.640.0485.4488.7665.1
HexB2F5571B0404555941
Octal2623651273301004125131101
Binary101100101111010110101111101101000000100101010110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F557; }

 p { color: rgb(178,245,87); }

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

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

 a { background-color: rgb(178,245,87); }

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

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

 span { border-color: rgb(178,245,87); }

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