#B0F857

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

Shades of Conifer #B0F857

Tints of Conifer #B0F857

Color information

#B0F857 (or 0xB0F857) is unknown color: approx Conifer. HEX triplet: B0, F8 and 57. RGB value is (176,248,87). Sum of RGB (Red+Green+Blue) = 176+248+87=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 87 (34.38% from 255 or 17.03% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F857 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F857 is #4F07A8. Grayscale: #D0D0D0. Windows color (decimal): -5179305 or 5765296. OLE color: 5765296.

HSL color Cylindrical-coordinate representation of color #B0F857: hue angle of 86.83º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0F857 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB17624887-
CMYK0.2900.650.03
HSL86.83º92%65.69%-
HSV(B)86.83º64.92%97.25%-
XYZ53.1977.0521.09-
YUV208.1259.65105.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 248 (97.27% from 255) = 48.53%
BLUE value IS 87 (34.38% from 255) = 17.03%
R=34.44%
G=48.53%
B=17.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176248870.2900.650.0386.839265.69
HexB0F8571D0413575c42
Octal2603701273501013127134102
Binary10110000111110001010111111010100000111101011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F857; }

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

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

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

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

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

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

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

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