#B5E25D

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

Shades of Conifer #B5E25D

Tints of Conifer #B5E25D

Color information

#B5E25D (or 0xB5E25D) is unknown color: approx Conifer. HEX triplet: B5, E2 and 5D. RGB value is (181,226,93). Sum of RGB (Red+Green+Blue) = 181+226+93=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #B5E25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E25D is #4A1DA2. Grayscale: #C5C5C5. Windows color (decimal): -4857251 or 6152885. OLE color: 6152885.

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

Color convert

RGB18122693-
CMYK0.2000.590.11
HSL80.3º69.63%62.55%-
HSV(B)80.3º58.85%88.63%-
XYZ48.2365.0120.36-
YUV197.3869.09116.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.2%
GREEN value IS 226 (88.67% from 255) = 45.2%
BLUE value IS 93 (36.72% from 255) = 18.6%
R=36.2%
G=45.2%
B=18.6%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal181226930.2000.590.1180.369.6362.55
HexB5E25D1403BB50463f
Octal265342135240731312010677
Binary10110101111000101011101101000111011101110100001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E25D; }

 p { color: rgb(181,226,93); }

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

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

 a { background-color: rgb(181,226,93); }

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

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

 span { border-color: rgb(181,226,93); }

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