Html Css Color HEX #B1F016 Inch Worm

📋 copy color: '#B1F016'

red 177 ◦ green 240 ◦ blue 22

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

Shades of Inch Worm #B1F016

Tints of Inch Worm #B1F016

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.67%

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

R = 40.32%
G = 54.67%
B = 5.01%

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

#B1F016 (or 0xB1F016) is known color: Inch Worm. HEX triplet: B1, F0 and 16. RGB value is (177,240,22). Sum of RGB (Red+Green+Blue) = 177+240+22=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 240 (94.14% from 255 or 54.67% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F016 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F016 is #4E0FE9. Grayscale: #C5C5C5. Windows color (decimal): -5115882 or 1503409. OLE color: 1503409.

HSL color Cylindrical-coordinate representation of color #B1F016: hue angle of 77.34º degrees, saturation: 0.88, 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 #B1F016 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 240 22 -
CMYK 0.26 0 0.91 0.06
HSL 77.34º 0.88% 0.51% -
HSV(B) 77.34º 0.91% 0.94% -
XYZ 49.44 71.73 12 -
YUV 196.31 29.63 114.23 -
System Red Green Blue C M Y K H S L
Decimal 177 240 22 0.26 0 0.91 0.06 77.34 0.88 0.51
Hex B1 F0 16 1A 0 5B 6 4D 58 33
Octal 261 360 26 32 0 133 6 115 130 63
Binary 10110001 11110000 10110 11010 0 1011011 110 1001101 1011000 110011

Color Harmonies of #B1F016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F016

Black with #B1F016

Text Example


Text Example

White with #B1F016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F016; }

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

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

background-color css

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

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

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

border-color css

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

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

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