#B1E01E

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

Shades of Inch Worm #B1E01E

Tints of Inch Worm #B1E01E

Color information

#B1E01E (or 0xB1E01E) is unknown color: approx Inch Worm. HEX triplet: B1, E0 and 1E. RGB value is (177,224,30). Sum of RGB (Red+Green+Blue) = 177+224+30=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E01E is #4E1FE1. Grayscale: #BCBCBC. Windows color (decimal): -5119970 or 2023601. OLE color: 2023601.

HSL color Cylindrical-coordinate representation of color #B1E01E: hue angle of 74.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1E01E is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB17722430-
CMYK0.2100.870.12
HSL74.54º76.38%49.8%-
HSV(B)74.54º86.61%87.84%-
XYZ45.0262.7510.97-
YUV187.8338.93120.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 224 (87.89% from 255) = 51.97%
BLUE value IS 30 (12.11% from 255) = 6.96%
R=41.07%
G=51.97%
B=6.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal177224300.2100.870.1274.5476.3849.8
HexB1E01E15057C4b4c32
Octal261340362501271411311462
Binary1011000111100000111101010101010111110010010111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E01E; }

 p { color: rgb(177,224,30); }

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

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

 a { background-color: rgb(177,224,30); }

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

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

 span { border-color: rgb(177,224,30); }

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