#b1e129

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

Shades of Inch Worm #B1E129

Tints of Inch Worm #B1E129

Color information

#B1E129 (or 0xB1E129) is unknown color: approx Inch Worm. HEX triplet: B1, E1 and 29. RGB value is (177,225,41). Sum of RGB (Red+Green+Blue) = 177+225+41=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E129 is #4E1ED6. Grayscale: #BEBEBE. Windows color (decimal): -5119703 or 2744753. OLE color: 2744753.

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

Color convert

RGB17722541-
CMYK0.2100.820.12
HSL75.65º75.41%52.16%-
HSV(B)75.65º81.78%88.24%-
XYZ45.4663.3611.93-
YUV189.6744.1118.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 225 (88.28% from 255) = 50.79%
BLUE value IS 41 (16.41% from 255) = 9.26%
R=39.95%
G=50.79%
B=9.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal177225410.2100.820.1275.6575.4152.16
HexB1E12915052C4c4b34
Octal261341512501221411411364
Binary10110001111000011010011010101010010110010011001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1e129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1e129; }

 p { color: rgb(177,225,41); }

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

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

 a { background-color: rgb(177,225,41); }

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

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

 span { border-color: rgb(177,225,41); }

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