Html Css Color HEX #B1F008 Inch Worm

📋 copy color: '#B1F008'

red 177 ◦ green 240 ◦ blue 8

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

Shades of Inch Worm #B1F008

Tints of Inch Worm #B1F008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.88%

R = 41.65%
G = 56.47%
B = 1.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#B1F008 (or 0xB1F008) is known color: Inch Worm. HEX triplet: B1, F0 and 08. RGB value is (177,240,8). Sum of RGB (Red+Green+Blue) = 177+240+8=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 240 (94.14% from 255 or 56.47% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F008 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F008 is #4E0FF7. Grayscale: #C3C3C3. Windows color (decimal): -5115896 or 585905. OLE color: 585905.

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

Color convert

RGB 177 240 8 -
CMYK 0.26 0 0.97 0.06
HSL 76.29º 0.94% 0.49% -
HSV(B) 76.29º 0.97% 0.94% -
XYZ 49.34 71.68 11.47 -
YUV 194.72 22.63 115.36 -
System Red Green Blue C M Y K H S L
Decimal 177 240 8 0.26 0 0.97 0.06 76.29 0.94 0.49
Hex B1 F0 8 1A 0 61 6 4C 5E 31
Octal 261 360 10 32 0 141 6 114 136 61
Binary 10110001 11110000 1000 11010 0 1100001 110 1001100 1011110 110001

Color Harmonies of #B1F008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F008

Black with #B1F008

Text Example


Text Example

White with #B1F008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F008; }

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

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

background-color css

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

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

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

border-color css

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

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

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