#B0E515

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

Shades of Inch Worm #B0E515

Tints of Inch Worm #B0E515

Color information

#B0E515 (or 0xB0E515) is unknown color: approx Inch Worm. HEX triplet: B0, E5 and 15. RGB value is (176,229,21). Sum of RGB (Red+Green+Blue) = 176+229+21=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 229 (89.84% from 255 or 53.76% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0E515 is #4F1AEA. Grayscale: #BEBEBE. Windows color (decimal): -5184235 or 1435056. OLE color: 1435056.

HSL color Cylindrical-coordinate representation of color #B0E515: hue angle of 75.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0E515 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB17622921-
CMYK0.2300.910.10
HSL75.29º83.2%49.02%-
HSV(B)75.29º90.83%89.8%-
XYZ46.0665.3210.89-
YUV189.4432.94118.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 229 (89.84% from 255) = 53.76%
BLUE value IS 21 (8.59% from 255) = 4.93%
R=41.31%
G=53.76%
B=4.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal176229210.2300.910.1075.2983.249.02
HexB0E5151705BA4b5331
Octal260345252701331211312361
Binary1011000011100101101011011101011011101010010111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E515; }

 p { color: rgb(176,229,21); }

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

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

 a { background-color: rgb(176,229,21); }

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

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

 span { border-color: rgb(176,229,21); }

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