Html Css Color HEX #B1E416 Inch Worm

📋 copy color: '#B1E416'

red 177 ◦ green 228 ◦ blue 22

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

Shades of Inch Worm #B1E416

Tints of Inch Worm #B1E416

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.4%

 BLUE value IS 22 (8.98% from 255) = 5.15%

R = 41.45%
G = 53.4%
B = 5.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#B1E416 (or 0xB1E416) is known color: Inch Worm. HEX triplet: B1, E4 and 16. RGB value is (177,228,22). Sum of RGB (Red+Green+Blue) = 177+228+22=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 228 (89.45% from 255 or 53.40% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1E416 is #4E1BE9. Grayscale: #BEBEBE. Windows color (decimal): -5118954 or 1500337. OLE color: 1500337.

HSL color Cylindrical-coordinate representation of color #B1E416: hue angle of 74.85º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1E416 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 228 22 -
CMYK 0.22 0 0.90 0.11
HSL 74.85º 0.82% 0.49% -
HSV(B) 74.85º 0.9% 0.89% -
XYZ 46.02 64.89 10.86 -
YUV 189.27 33.6 119.25 -
System Red Green Blue C M Y K H S L
Decimal 177 228 22 0.22 0 0.90 0.11 74.85 0.82 0.49
Hex B1 E4 16 16 0 5A B 4B 52 31
Octal 261 344 26 26 0 132 13 113 122 61
Binary 10110001 11100100 10110 10110 0 1011010 1011 1001011 1010010 110001

Color Harmonies of #B1E416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E416

Black with #B1E416

Text Example


Text Example

White with #B1E416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E416; }

 p { color: rgb(177,228,22); }

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

background-color css

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

 a { background-color: rgb(177,228,22); }

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

border-color css

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

 span { border-color: rgb(177,228,22); }

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