Html Css Color HEX #B1F40F Inch Worm

📋 copy color: '#B1F40F'

red 177 ◦ green 244 ◦ blue 15

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

Shades of Inch Worm #B1F40F

Tints of Inch Worm #B1F40F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 55.96%

 BLUE value IS 15 (6.25% from 255) = 3.44%

R = 40.6%
G = 55.96%
B = 3.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#B1F40F (or 0xB1F40F) is known color: Inch Worm. HEX triplet: B1, F4 and 0F. RGB value is (177,244,15). Sum of RGB (Red+Green+Blue) = 177+244+15=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 244 (95.70% from 255 or 55.96% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F40F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F40F is #4E0BF0. Grayscale: #C6C6C6. Windows color (decimal): -5114865 or 1045681. OLE color: 1045681.

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

Color convert

RGB 177 244 15 -
CMYK 0.27 0 0.94 0.04
HSL 77.55º 0.91% 0.51% -
HSV(B) 77.55º 0.94% 0.96% -
XYZ 50.57 74.08 12.09 -
YUV 197.86 24.8 113.12 -
System Red Green Blue C M Y K H S L
Decimal 177 244 15 0.27 0 0.94 0.04 77.55 0.91 0.51
Hex B1 F4 F 1B 0 5E 4 4E 5B 33
Octal 261 364 17 33 0 136 4 116 133 63
Binary 10110001 11110100 1111 11011 0 1011110 100 1001110 1011011 110011

Color Harmonies of #B1F40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F40F

Black with #B1F40F

Text Example


Text Example

White with #B1F40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F40F; }

 p { color: rgb(177,244,15); }

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

background-color css

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

 a { background-color: rgb(177,244,15); }

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

border-color css

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

 span { border-color: rgb(177,244,15); }

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