#B5F45F

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

Shades of Conifer #B5F45F

Tints of Conifer #B5F45F

Color information

#B5F45F (or 0xB5F45F) is unknown color: approx Conifer. HEX triplet: B5, F4 and 5F. RGB value is (181,244,95). Sum of RGB (Red+Green+Blue) = 181+244+95=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 244 - color contains mainly: green. Hex color #B5F45F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F45F is #4A0BA0. Grayscale: #D0D0D0. Windows color (decimal): -4852641 or 6288565. OLE color: 6288565.

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

Color convert

RGB18124495-
CMYK0.2600.610.04
HSL85.37º87.13%66.47%-
HSV(B)85.37º61.07%95.69%-
XYZ53.4775.3522.55-
YUV208.1864.13108.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 244 (95.70% from 255) = 46.92%
BLUE value IS 95 (37.5% from 255) = 18.27%
R=34.81%
G=46.92%
B=18.27%

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
Decimal181244950.2600.610.0485.3787.1366.47
HexB5F45F1A03D4555742
Octal265364137320754125127102
Binary10110101111101001011111110100111101100101010110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F45F; }

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

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

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

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

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

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

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

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