#B8F550

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

Shades of Conifer #B8F550

Tints of Conifer #B8F550

Color information

#B8F550 (or 0xB8F550) is unknown color: approx Conifer. HEX triplet: B8, F5 and 50. RGB value is (184,245,80). Sum of RGB (Red+Green+Blue) = 184+245+80=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F550 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F550 is #470AAF. Grayscale: #D0D0D0. Windows color (decimal): -4655792 or 5305784. OLE color: 5305784.

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

Color convert

RGB18424580-
CMYK0.2500.670.04
HSL82.18º89.19%63.73%-
HSV(B)82.18º67.35%96.08%-
XYZ53.8776.0719.43-
YUV207.9555.79110.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.15%
GREEN value IS 245 (96.09% from 255) = 48.13%
BLUE value IS 80 (31.64% from 255) = 15.72%
R=36.15%
G=48.13%
B=15.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal184245800.2500.670.0482.1889.1963.73
HexB8F550190434525940
Octal2703651203101034122131100
Binary101110001111010110100001100101000011100101001010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F550; }

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

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

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

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

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

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

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

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