#B4E504

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

Shades of Inch Worm #B4E504

Tints of Inch Worm #B4E504

Color information

#B4E504 (or 0xB4E504) is unknown color: approx Inch Worm. HEX triplet: B4, E5 and 04. RGB value is (180,229,4). Sum of RGB (Red+Green+Blue) = 180+229+4=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 229 (89.84% from 255 or 55.45% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4E504 is #4B1AFB. Grayscale: #BDBDBD. Windows color (decimal): -4922108 or 320948. OLE color: 320948.

HSL color Cylindrical-coordinate representation of color #B4E504: hue angle of 73.07º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4E504 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB1802294-
CMYK0.2100.980.10
HSL73.07º96.57%45.69%-
HSV(B)73.07º98.25%89.8%-
XYZ46.8665.7510.34-
YUV188.723.77121.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 229 (89.84% from 255) = 55.45%
BLUE value IS 4 (1.95% from 255) = 0.97%
R=43.58%
G=55.45%
B=0.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal18022940.2100.980.1073.0796.5745.69
HexB4E5415062A49612e
Octal26434542501421211114156
Binary10110100111001011001010101100010101010010011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E504; }

 p { color: rgb(180,229,4); }

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

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

 a { background-color: rgb(180,229,4); }

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

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

 span { border-color: rgb(180,229,4); }

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