#B4EB47

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

Shades of Conifer #B4EB47

Tints of Conifer #B4EB47

Color information

#B4EB47 (or 0xB4EB47) is unknown color: approx Conifer. HEX triplet: B4, EB and 47. RGB value is (180,235,71). Sum of RGB (Red+Green+Blue) = 180+235+71=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EB47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4EB47 is #4B14B8. Grayscale: #C8C8C8. Windows color (decimal): -4920505 or 4713396. OLE color: 4713396.

HSL color Cylindrical-coordinate representation of color #B4EB47: hue angle of 80.12º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4EB47 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB18023571-
CMYK0.2300.700.08
HSL80.12º80.39%60%-
HSV(B)80.12º69.79%92.16%-
XYZ49.6769.5716.77-
YUV199.8655.28113.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 235 (92.19% from 255) = 48.35%
BLUE value IS 71 (28.12% from 255) = 14.61%
R=37.04%
G=48.35%
B=14.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal180235710.2300.700.0880.1280.3960
HexB4EB4717046850503c
Octal2643531072701061012012074
Binary101101001110101110001111011101000110100010100001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EB47; }

 p { color: rgb(180,235,71); }

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

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

 a { background-color: rgb(180,235,71); }

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

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

 span { border-color: rgb(180,235,71); }

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