Html Css Color HEX #B1EF16 Inch Worm

📋 copy color: '#B1EF16'

red 177 ◦ green 239 ◦ blue 22

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

Shades of Inch Worm #B1EF16

Tints of Inch Worm #B1EF16

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.57%

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

R = 40.41%
G = 54.57%
B = 5.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#B1EF16 (or 0xB1EF16) is known color: Inch Worm. HEX triplet: B1, EF and 16. RGB value is (177,239,22). Sum of RGB (Red+Green+Blue) = 177+239+22=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1EF16 is #4E10E9. Grayscale: #C4C4C4. Windows color (decimal): -5116138 or 1503153. OLE color: 1503153.

HSL color Cylindrical-coordinate representation of color #B1EF16: hue angle of 77.14º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1EF16 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 239 22 -
CMYK 0.26 0 0.91 0.06
HSL 77.14º 0.87% 0.51% -
HSV(B) 77.14º 0.91% 0.94% -
XYZ 49.14 71.14 11.9 -
YUV 195.72 29.96 114.64 -
System Red Green Blue C M Y K H S L
Decimal 177 239 22 0.26 0 0.91 0.06 77.14 0.87 0.51
Hex B1 EF 16 1A 0 5B 6 4D 57 33
Octal 261 357 26 32 0 133 6 115 127 63
Binary 10110001 11101111 10110 11010 0 1011011 110 1001101 1010111 110011

Color Harmonies of #B1EF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EF16

Black with #B1EF16

Text Example


Text Example

White with #B1EF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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