#b4e03f

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

Shades of Conifer #B4E03F

Tints of Conifer #B4E03F

Color information

#B4E03F (or 0xB4E03F) is unknown color: approx Conifer. HEX triplet: B4, E0 and 3F. RGB value is (180,224,63). Sum of RGB (Red+Green+Blue) = 180+224+63=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E03F is #4B1FC0. Grayscale: #C1C1C1. Windows color (decimal): -4923329 or 4186292. OLE color: 4186292.

HSL color Cylindrical-coordinate representation of color #B4E03F: hue angle of 76.4º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4E03F is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB18022463-
CMYK0.2000.720.12
HSL76.4º72.2%56.27%-
HSV(B)76.4º71.88%87.84%-
XYZ46.3863.3714.49-
YUV192.4954.92119.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 224 (87.89% from 255) = 47.97%
BLUE value IS 63 (25% from 255) = 13.49%
R=38.54%
G=47.97%
B=13.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal180224630.2000.720.1276.472.256.27
HexB4E03F14048C4c4838
Octal264340772401101411411070
Binary10110100111000001111111010001001000110010011001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4e03f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4e03f; }

 p { color: rgb(180,224,63); }

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

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

 a { background-color: rgb(180,224,63); }

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

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

 span { border-color: rgb(180,224,63); }

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