#B5E061

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

Shades of Conifer #B5E061

Tints of Conifer #B5E061

Color information

#B5E061 (or 0xB5E061) is unknown color: approx Conifer. HEX triplet: B5, E0 and 61. RGB value is (181,224,97). Sum of RGB (Red+Green+Blue) = 181+224+97=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E061 is #4A1F9E. Grayscale: #C5C5C5. Windows color (decimal): -4857759 or 6414517. OLE color: 6414517.

HSL color Cylindrical-coordinate representation of color #B5E061: hue angle of 80.31º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5E061 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB18122497-
CMYK0.1900.570.12
HSL80.31º67.2%62.94%-
HSV(B)80.31º56.7%87.84%-
XYZ47.876421.14-
YUV196.6671.75116.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 224 (87.89% from 255) = 44.62%
BLUE value IS 97 (38.28% from 255) = 19.32%
R=36.06%
G=44.62%
B=19.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181224970.1900.570.1280.3167.262.94
HexB5E06113039C50433f
Octal265340141230711412010377
Binary10110101111000001100001100110111001110010100001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E061; }

 p { color: rgb(181,224,97); }

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

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

 a { background-color: rgb(181,224,97); }

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

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

 span { border-color: rgb(181,224,97); }

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