#B4F45F

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

Shades of Conifer #B4F45F

Tints of Conifer #B4F45F

Color information

#B4F45F (or 0xB4F45F) is unknown color: approx Conifer. HEX triplet: B4, F4 and 5F. RGB value is (180,244,95). Sum of RGB (Red+Green+Blue) = 180+244+95=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #B4F45F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F45F is #4B0BA0. Grayscale: #D0D0D0. Windows color (decimal): -4918177 or 6288564. OLE color: 6288564.

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

Color convert

RGB18024495-
CMYK0.2600.610.04
HSL85.77º87.13%66.47%-
HSV(B)85.77º61.07%95.69%-
XYZ53.2475.2322.54-
YUV207.8864.3108.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 244 (95.70% from 255) = 47.01%
BLUE value IS 95 (37.5% from 255) = 18.30%
R=34.68%
G=47.01%
B=18.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal180244950.2600.610.0485.7787.1366.47
HexB4F45F1A03D4565742
Octal264364137320754126127102
Binary10110100111101001011111110100111101100101011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F45F; }

 p { color: rgb(180,244,95); }

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

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

 a { background-color: rgb(180,244,95); }

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

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

 span { border-color: rgb(180,244,95); }

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