#B0F550

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

Shades of Conifer #B0F550

Tints of Conifer #B0F550

Color information

#B0F550 (or 0xB0F550) is unknown color: approx Conifer. HEX triplet: B0, F5 and 50. RGB value is (176,245,80). Sum of RGB (Red+Green+Blue) = 176+245+80=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F550 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F550 is #4F0AAF. Grayscale: #CECECE. Windows color (decimal): -5180080 or 5305776. OLE color: 5305776.

HSL color Cylindrical-coordinate representation of color #B0F550: hue angle of 85.09º 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 #B0F550 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB17624580-
CMYK0.2800.670.04
HSL85.09º89.19%63.73%-
HSV(B)85.09º67.35%96.08%-
XYZ5275.1119.35-
YUV205.5657.14106.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 245 (96.09% from 255) = 48.90%
BLUE value IS 80 (31.64% from 255) = 15.97%
R=35.13%
G=48.90%
B=15.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176245800.2800.670.0485.0989.1963.73
HexB0F5501C0434555940
Octal2603651203401034125131100
Binary101100001111010110100001110001000011100101010110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F550; }

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

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

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

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

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

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

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

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