#B4ED64

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

Shades of Conifer #B4ED64

Tints of Conifer #B4ED64

Color information

#B4ED64 (or 0xB4ED64) is unknown color: approx Conifer. HEX triplet: B4, ED and 64. RGB value is (180,237,100). Sum of RGB (Red+Green+Blue) = 180+237+100=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #B4ED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4ED64 is #4B129B. Grayscale: #CCCCCC. Windows color (decimal): -4919964 or 6614452. OLE color: 6614452.

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

Color convert

RGB180237100-
CMYK0.2400.580.07
HSL84.96º79.19%66.08%-
HSV(B)84.96º57.81%92.94%-
XYZ51.4171.1923.09-
YUV204.3469.12110.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 237 (92.97% from 255) = 45.84%
BLUE value IS 100 (39.45% from 255) = 19.34%
R=34.82%
G=45.84%
B=19.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802371000.2400.580.0784.9679.1966.08
HexB4ED641803A7554f42
Octal264355144300727125117102
Binary10110100111011011100100110000111010111101010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ED64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ED64; }

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

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

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

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

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

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

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

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