#B5E341

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

Shades of Conifer #B5E341

Tints of Conifer #B5E341

Color information

#B5E341 (or 0xB5E341) is unknown color: approx Conifer. HEX triplet: B5, E3 and 41. RGB value is (181,227,65). Sum of RGB (Red+Green+Blue) = 181+227+65=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E341 is #4A1CBE. Grayscale: #C3C3C3. Windows color (decimal): -4857023 or 4318133. OLE color: 4318133.

HSL color Cylindrical-coordinate representation of color #B5E341: hue angle of 77.04º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5E341 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB18122765-
CMYK0.2000.710.11
HSL77.04º74.31%57.25%-
HSV(B)77.04º71.37%89.02%-
XYZ47.4865.1415.07-
YUV194.7854.76118.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 227 (89.06% from 255) = 47.99%
BLUE value IS 65 (25.78% from 255) = 13.74%
R=38.27%
G=47.99%
B=13.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal181227650.2000.710.1177.0474.3157.25
HexB5E34114047B4d4a39
Octal2653431012401071311511271
Binary101101011110001110000011010001000111101110011011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E341; }

 p { color: rgb(181,227,65); }

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

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

 a { background-color: rgb(181,227,65); }

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

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

 span { border-color: rgb(181,227,65); }

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