#B2E504

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

Shades of Inch Worm #B2E504

Tints of Inch Worm #B2E504

Color information

#B2E504 (or 0xB2E504) is unknown color: approx Inch Worm. HEX triplet: B2, E5 and 04. RGB value is (178,229,4). Sum of RGB (Red+Green+Blue) = 178+229+4=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 229 (89.84% from 255 or 55.72% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E504 is #4D1AFB. Grayscale: #BCBCBC. Windows color (decimal): -5053180 or 320946. OLE color: 320946.

HSL color Cylindrical-coordinate representation of color #B2E504: hue angle of 73.6º 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 #B2E504 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB1782294-
CMYK0.2200.980.10
HSL73.6º96.57%45.69%-
HSV(B)73.6º98.25%89.8%-
XYZ46.465.5110.31-
YUV188.124.1120.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 229 (89.84% from 255) = 55.72%
BLUE value IS 4 (1.95% from 255) = 0.97%
R=43.31%
G=55.72%
B=0.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal17822940.2200.980.1073.696.5745.69
HexB2E5416062A4a612e
Octal26234542601421211214156
Binary10110010111001011001011001100010101010010101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E504; }

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

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

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

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

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

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

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

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