Html Css Color HEX #B1F020 Inch Worm

📋 copy color: '#B1F020'

red 177 ◦ green 240 ◦ blue 32

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

Shades of Inch Worm #B1F020

Tints of Inch Worm #B1F020

RGB

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

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

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

R = 39.42%
G = 53.45%
B = 7.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#B1F020 (or 0xB1F020) is known color: Inch Worm. HEX triplet: B1, F0 and 20. RGB value is (177,240,32). Sum of RGB (Red+Green+Blue) = 177+240+32=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1F020 is #4E0FDF. Grayscale: #C6C6C6. Windows color (decimal): -5115872 or 2158769. OLE color: 2158769.

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

Color convert

RGB 177 240 32 -
CMYK 0.26 0 0.87 0.06
HSL 78.17º 0.87% 0.53% -
HSV(B) 78.17º 0.87% 0.94% -
XYZ 49.55 71.77 12.61 -
YUV 197.45 34.63 113.41 -
System Red Green Blue C M Y K H S L
Decimal 177 240 32 0.26 0 0.87 0.06 78.17 0.87 0.53
Hex B1 F0 20 1A 0 57 6 4E 57 35
Octal 261 360 40 32 0 127 6 116 127 65
Binary 10110001 11110000 100000 11010 0 1010111 110 1001110 1010111 110101

Color Harmonies of #B1F020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F020

Black with #B1F020

Text Example


Text Example

White with #B1F020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F020; }

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

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

background-color css

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

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

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

border-color css

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

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

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