Html Css Color HEX #B1E020 Inch Worm

📋 copy color: '#B1E020'

red 177 ◦ green 224 ◦ blue 32

#B1E020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #B1E020

Tints of Inch Worm #B1E020

RGB

 RED value IS 177 (69.53% from 255) = 40.88%

 GREEN value IS 224 (87.89% from 255) = 51.73%

 BLUE value IS 32 (12.89% from 255) = 7.39%

R = 40.88%
G = 51.73%
B = 7.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#B1E020 (or 0xB1E020) is known color: Inch Worm. HEX triplet: B1, E0 and 20. RGB value is (177,224,32). Sum of RGB (Red+Green+Blue) = 177+224+32=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E020 is #4E1FDF. Grayscale: #BCBCBC. Windows color (decimal): -5119968 or 2154673. OLE color: 2154673.

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

Color convert

RGB 177 224 32 -
CMYK 0.21 0 0.86 0.12
HSL 74.69º 0.76% 0.5% -
HSV(B) 74.69º 0.86% 0.88% -
XYZ 45.05 62.76 11.11 -
YUV 188.06 39.93 120.11 -
System Red Green Blue C M Y K H S L
Decimal 177 224 32 0.21 0 0.86 0.12 74.69 0.76 0.5
Hex B1 E0 20 15 0 56 C 4B 4C 32
Octal 261 340 40 25 0 126 14 113 114 62
Binary 10110001 11100000 100000 10101 0 1010110 1100 1001011 1001100 110010

Color Harmonies of #B1E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E020

Black with #B1E020

Text Example


Text Example

White with #B1E020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E020; }

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

 H1.HeaderClassName
 {
   color: #B1E020;
 }
 .AnyTagClassName
 {
   color: #B1E020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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