#B4E94D

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

Shades of Conifer #B4E94D

Tints of Conifer #B4E94D

Color information

#B4E94D (or 0xB4E94D) is unknown color: approx Conifer. HEX triplet: B4, E9 and 4D. RGB value is (180,233,77). Sum of RGB (Red+Green+Blue) = 180+233+77=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E94D is #4B16B2. Grayscale: #C7C7C7. Windows color (decimal): -4921011 or 5106100. OLE color: 5106100.

HSL color Cylindrical-coordinate representation of color #B4E94D: hue angle of 80.38º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4E94D is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB18023377-
CMYK0.2300.670.09
HSL80.38º78%60.78%-
HSV(B)80.38º66.95%91.37%-
XYZ49.368.5217.65-
YUV199.3758.94114.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 233 (91.41% from 255) = 47.55%
BLUE value IS 77 (30.47% from 255) = 15.71%
R=36.73%
G=47.55%
B=15.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180233770.2300.670.0980.387860.78
HexB4E94D170439504e3d
Octal2643511152701031112011675
Binary101101001110100110011011011101000011100110100001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E94D; }

 p { color: rgb(180,233,77); }

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

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

 a { background-color: rgb(180,233,77); }

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

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

 span { border-color: rgb(180,233,77); }

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