#B4F55E

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

Shades of Conifer #B4F55E

Tints of Conifer #B4F55E

Color information

#B4F55E (or 0xB4F55E) is unknown color: approx Conifer. HEX triplet: B4, F5 and 5E. RGB value is (180,245,94). Sum of RGB (Red+Green+Blue) = 180+245+94=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #B4F55E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F55E is #4B0AA1. Grayscale: #D0D0D0. Windows color (decimal): -4917922 or 6223284. OLE color: 6223284.

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

Color convert

RGB18024594-
CMYK0.2700.620.04
HSL85.83º88.3%66.47%-
HSV(B)85.83º61.63%96.08%-
XYZ53.575.8222.4-
YUV208.3563.47107.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 245 (96.09% from 255) = 47.21%
BLUE value IS 94 (37.11% from 255) = 18.11%
R=34.68%
G=47.21%
B=18.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal180245940.2700.620.0485.8388.366.47
HexB4F55E1B03E4565842
Octal264365136330764126130102
Binary10110100111101011011110110110111110100101011010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F55E; }

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

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

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

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

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

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

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

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