Html Css Color HEX #B1ED20 Inch Worm

📋 copy color: '#B1ED20'

red 177 ◦ green 237 ◦ blue 32

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

Shades of Inch Worm #B1ED20

Tints of Inch Worm #B1ED20

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.14%

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

R = 39.69%
G = 53.14%
B = 7.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#B1ED20 (or 0xB1ED20) is known color: Inch Worm. HEX triplet: B1, ED and 20. RGB value is (177,237,32). Sum of RGB (Red+Green+Blue) = 177+237+32=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 237 (92.97% from 255 or 53.14% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 237 - color contains mainly: green. Hex color #B1ED20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1ED20 is #4E12DF. Grayscale: #C4C4C4. Windows color (decimal): -5116640 or 2158001. OLE color: 2158001.

HSL color Cylindrical-coordinate representation of color #B1ED20: hue angle of 77.56º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1ED20 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 237 32 -
CMYK 0.25 0 0.86 0.07
HSL 77.56º 0.85% 0.53% -
HSV(B) 77.56º 0.86% 0.93% -
XYZ 48.68 70.02 12.32 -
YUV 195.69 35.62 114.67 -
System Red Green Blue C M Y K H S L
Decimal 177 237 32 0.25 0 0.86 0.07 77.56 0.85 0.53
Hex B1 ED 20 19 0 56 7 4E 55 35
Octal 261 355 40 31 0 126 7 116 125 65
Binary 10110001 11101101 100000 11001 0 1010110 111 1001110 1010101 110101

Color Harmonies of #B1ED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ED20

Black with #B1ED20

Text Example


Text Example

White with #B1ED20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ED20; }

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

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

background-color css

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

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

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

border-color css

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

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

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