#B5ED54

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

Shades of Conifer #B5ED54

Tints of Conifer #B5ED54

Color information

#B5ED54 (or 0xB5ED54) is unknown color: approx Conifer. HEX triplet: B5, ED and 54. RGB value is (181,237,84). Sum of RGB (Red+Green+Blue) = 181+237+84=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5ED54 is #4A12AB. Grayscale: #CBCBCB. Windows color (decimal): -4854444 or 5565877. OLE color: 5565877.

HSL color Cylindrical-coordinate representation of color #B5ED54: hue angle of 81.96º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5ED54 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB18123784-
CMYK0.2400.650.07
HSL81.96º80.95%62.94%-
HSV(B)81.96º64.56%92.94%-
XYZ50.9471.0319.41-
YUV202.8160.95112.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 237 (92.97% from 255) = 47.21%
BLUE value IS 84 (33.20% from 255) = 16.73%
R=36.06%
G=47.21%
B=16.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181237840.2400.650.0781.9680.9562.94
HexB5ED5418041752513f
Octal265355124300101712212177
Binary10110101111011011010100110000100000111110100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ED54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ED54; }

 p { color: rgb(181,237,84); }

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

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

 a { background-color: rgb(181,237,84); }

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

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

 span { border-color: rgb(181,237,84); }

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