#B5E143

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

Shades of Conifer #B5E143

Tints of Conifer #B5E143

Color information

#B5E143 (or 0xB5E143) is unknown color: approx Conifer. HEX triplet: B5, E1 and 43. RGB value is (181,225,67). Sum of RGB (Red+Green+Blue) = 181+225+67=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 67 (26.56% from 255 or 14.16% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E143 is #4A1EBC. Grayscale: #C2C2C2. Windows color (decimal): -4857533 or 4448693. OLE color: 4448693.

HSL color Cylindrical-coordinate representation of color #B5E143: hue angle of 76.71º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5E143 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB18122567-
CMYK0.2000.700.12
HSL76.71º72.48%57.25%-
HSV(B)76.71º70.22%88.24%-
XYZ46.9964.0815.2-
YUV193.8356.42118.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 225 (88.28% from 255) = 47.57%
BLUE value IS 67 (26.56% from 255) = 14.16%
R=38.27%
G=47.57%
B=14.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181225670.2000.700.1276.7172.4857.25
HexB5E14314046C4d4839
Octal2653411032401061411511071
Binary101101011110000110000111010001000110110010011011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E143; }

 p { color: rgb(181,225,67); }

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

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

 a { background-color: rgb(181,225,67); }

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

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

 span { border-color: rgb(181,225,67); }

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