#B4EC5F

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

Shades of Conifer #B4EC5F

Tints of Conifer #B4EC5F

Color information

#B4EC5F (or 0xB4EC5F) is unknown color: approx Conifer. HEX triplet: B4, EC and 5F. RGB value is (180,236,95). Sum of RGB (Red+Green+Blue) = 180+236+95=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EC5F is #4B13A0. Grayscale: #CBCBCB. Windows color (decimal): -4920225 or 6286516. OLE color: 6286516.

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

Color convert

RGB18023695-
CMYK0.2400.600.07
HSL83.83º78.77%64.9%-
HSV(B)83.83º59.75%92.55%-
XYZ50.8870.5221.76-
YUV203.1866.95111.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 236 (92.58% from 255) = 46.18%
BLUE value IS 95 (37.5% from 255) = 18.59%
R=35.23%
G=46.18%
B=18.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180236950.2400.600.0783.8378.7764.9
HexB4EC5F1803C7544f41
Octal264354137300747124117101
Binary10110100111011001011111110000111100111101010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EC5F; }

 p { color: rgb(180,236,95); }

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

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

 a { background-color: rgb(180,236,95); }

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

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

 span { border-color: rgb(180,236,95); }

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