#B4ED58

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

Shades of Conifer #B4ED58

Tints of Conifer #B4ED58

Color information

#B4ED58 (or 0xB4ED58) is unknown color: approx Conifer. HEX triplet: B4, ED and 58. RGB value is (180,237,88). Sum of RGB (Red+Green+Blue) = 180+237+88=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #B4ED58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4ED58 is #4B12A7. Grayscale: #CBCBCB. Windows color (decimal): -4919976 or 5828020. OLE color: 5828020.

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

Color convert

RGB18023788-
CMYK0.2400.630.07
HSL82.95º80.54%63.73%-
HSV(B)82.95º62.87%92.94%-
XYZ50.8770.9820.25-
YUV202.9763.12111.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 237 (92.97% from 255) = 46.93%
BLUE value IS 88 (34.77% from 255) = 17.43%
R=35.64%
G=46.93%
B=17.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180237880.2400.630.0782.9580.5463.73
HexB4ED581803F7535140
Octal264355130300777123121100
Binary10110100111011011011000110000111111111101001110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ED58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ED58; }

 p { color: rgb(180,237,88); }

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

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

 a { background-color: rgb(180,237,88); }

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

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

 span { border-color: rgb(180,237,88); }

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