#B4F34B

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

Shades of Conifer #B4F34B

Tints of Conifer #B4F34B

Color information

#B4F34B (or 0xB4F34B) is unknown color: approx Conifer. HEX triplet: B4, F3 and 4B. RGB value is (180,243,75). Sum of RGB (Red+Green+Blue) = 180+243+75=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F34B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4F34B is #4B0CB4. Grayscale: #CDCDCD. Windows color (decimal): -4918453 or 4977588. OLE color: 4977588.

HSL color Cylindrical-coordinate representation of color #B4F34B: hue angle of 82.5º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4F34B is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB18024375-
CMYK0.2600.690.05
HSL82.5º87.5%62.35%-
HSV(B)82.5º69.14%95.29%-
XYZ52.1474.3118.25-
YUV205.0154.63110.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 243 (95.31% from 255) = 48.80%
BLUE value IS 75 (29.69% from 255) = 15.06%
R=36.14%
G=48.80%
B=15.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180243750.2600.690.0582.587.562.35
HexB4F34B1A045552583e
Octal264363113320105512213076
Binary10110100111100111001011110100100010110110100101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F34B; }

 p { color: rgb(180,243,75); }

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

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

 a { background-color: rgb(180,243,75); }

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

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

 span { border-color: rgb(180,243,75); }

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