#B4E34C

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

Shades of Conifer #B4E34C

Tints of Conifer #B4E34C

Color information

#B4E34C (or 0xB4E34C) is unknown color: approx Conifer. HEX triplet: B4, E3 and 4C. RGB value is (180,227,76). Sum of RGB (Red+Green+Blue) = 180+227+76=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #B4E34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E34C is #4B1CB3. Grayscale: #C4C4C4. Windows color (decimal): -4922548 or 5039028. OLE color: 5039028.

HSL color Cylindrical-coordinate representation of color #B4E34C: hue angle of 78.68º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4E34C is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB18022776-
CMYK0.2100.670.11
HSL78.68º72.95%59.41%-
HSV(B)78.68º66.52%89.02%-
XYZ47.665.1616.91-
YUV195.7360.43116.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 227 (89.06% from 255) = 47.00%
BLUE value IS 76 (30.08% from 255) = 15.73%
R=37.27%
G=47.00%
B=15.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal180227760.2100.670.1178.6872.9559.41
HexB4E34C15043B4f493b
Octal2643431142501031311711173
Binary101101001110001110011001010101000011101110011111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E34C; }

 p { color: rgb(180,227,76); }

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

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

 a { background-color: rgb(180,227,76); }

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

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

 span { border-color: rgb(180,227,76); }

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