#B4F549

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

Shades of Conifer #B4F549

Tints of Conifer #B4F549

Color information

#B4F549 (or 0xB4F549) is unknown color: approx Conifer. HEX triplet: B4, F5 and 49. RGB value is (180,245,73). Sum of RGB (Red+Green+Blue) = 180+245+73=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #B4F549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4F549 is #4B0AB6. Grayscale: #CECECE. Windows color (decimal): -4917943 or 4847028. OLE color: 4847028.

HSL color Cylindrical-coordinate representation of color #B4F549: hue angle of 82.67º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4F549 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB18024573-
CMYK0.2700.700.04
HSL82.67º89.58%62.35%-
HSV(B)82.67º70.2%96.08%-
XYZ52.6875.4918.1-
YUV205.9652.97109.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 245 (96.09% from 255) = 49.20%
BLUE value IS 73 (28.91% from 255) = 14.66%
R=36.14%
G=49.20%
B=14.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal180245730.2700.700.0482.6789.5862.35
HexB4F5491B0464535a3e
Octal264365111330106412313276
Binary10110100111101011001001110110100011010010100111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F549; }

 p { color: rgb(180,245,73); }

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

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

 a { background-color: rgb(180,245,73); }

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

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

 span { border-color: rgb(180,245,73); }

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