#B4ED49

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

Shades of Conifer #B4ED49

Tints of Conifer #B4ED49

Color information

#B4ED49 (or 0xB4ED49) is unknown color: approx Conifer. HEX triplet: B4, ED and 49. RGB value is (180,237,73). Sum of RGB (Red+Green+Blue) = 180+237+73=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #B4ED49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4ED49 is #4B12B6. Grayscale: #C9C9C9. Windows color (decimal): -4919991 or 4844980. OLE color: 4844980.

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

Color convert

RGB18023773-
CMYK0.2400.690.07
HSL80.85º82%60.78%-
HSV(B)80.85º69.2%92.94%-
XYZ50.3170.7517.31-
YUV201.2655.62112.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 237 (92.97% from 255) = 48.37%
BLUE value IS 73 (28.91% from 255) = 14.90%
R=36.73%
G=48.37%
B=14.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180237730.2400.690.0780.858260.78
HexB4ED4918045751523d
Octal264355111300105712112275
Binary10110100111011011001001110000100010111110100011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ED49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ED49; }

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

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

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

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

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

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

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

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