#B0F41E

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

Shades of Inch Worm #B0F41E

Tints of Inch Worm #B0F41E

Color information

#B0F41E (or 0xB0F41E) is unknown color: approx Inch Worm. HEX triplet: B0, F4 and 1E. RGB value is (176,244,30). Sum of RGB (Red+Green+Blue) = 176+244+30=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 244 (95.70% from 255 or 54.22% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F41E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F41E is #4F0BE1. Grayscale: #C8C8C8. Windows color (decimal): -5180386 or 2028720. OLE color: 2028720.

HSL color Cylindrical-coordinate representation of color #B0F41E: hue angle of 79.07º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0F41E is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB17624430-
CMYK0.2800.880.04
HSL79.07º90.68%53.73%-
HSV(B)79.07º87.7%95.69%-
XYZ50.4974.0312.86-
YUV199.2732.47111.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 244 (95.70% from 255) = 54.22%
BLUE value IS 30 (12.11% from 255) = 6.67%
R=39.11%
G=54.22%
B=6.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176244300.2800.880.0479.0790.6853.73
HexB0F41E1C05844f5b36
Octal26036436340130411713366
Binary101100001111010011110111000101100010010011111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F41E; }

 p { color: rgb(176,244,30); }

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

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

 a { background-color: rgb(176,244,30); }

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

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

 span { border-color: rgb(176,244,30); }

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