Html Css Color HEX #B1E80A Inch Worm

📋 copy color: '#B1E80A'

red 177 ◦ green 232 ◦ blue 10

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

Shades of Inch Worm #B1E80A

Tints of Inch Worm #B1E80A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 55.37%

 BLUE value IS 10 (4.3% from 255) = 2.39%

R = 42.24%
G = 55.37%
B = 2.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#B1E80A (or 0xB1E80A) is known color: Inch Worm. HEX triplet: B1, E8 and 0A. RGB value is (177,232,10). Sum of RGB (Red+Green+Blue) = 177+232+10=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 232 (91.02% from 255 or 55.37% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 232 - color contains mainly: green. Hex color #B1E80A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1E80A is #4E17F5. Grayscale: #BFBFBF. Windows color (decimal): -5117942 or 714929. OLE color: 714929.

HSL color Cylindrical-coordinate representation of color #B1E80A: hue angle of 74.86º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1E80A is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 232 10 -
CMYK 0.24 0 0.96 0.09
HSL 74.86º 0.92% 0.47% -
HSV(B) 74.86º 0.96% 0.91% -
XYZ 47.04 67.08 10.76 -
YUV 190.25 26.28 118.55 -
System Red Green Blue C M Y K H S L
Decimal 177 232 10 0.24 0 0.96 0.09 74.86 0.92 0.47
Hex B1 E8 A 18 0 60 9 4B 5C 2F
Octal 261 350 12 30 0 140 11 113 134 57
Binary 10110001 11101000 1010 11000 0 1100000 1001 1001011 1011100 101111

Color Harmonies of #B1E80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E80A

Black with #B1E80A

Text Example


Text Example

White with #B1E80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E80A; }

 p { color: rgb(177,232,10); }

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

background-color css

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

 a { background-color: rgb(177,232,10); }

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

border-color css

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

 span { border-color: rgb(177,232,10); }

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