Html Css Color HEX #B1F112 Inch Worm

📋 copy color: '#B1F112'

red 177 ◦ green 241 ◦ blue 18

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

Shades of Inch Worm #B1F112

Tints of Inch Worm #B1F112

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.28%

 BLUE value IS 18 (7.42% from 255) = 4.13%

R = 40.6%
G = 55.28%
B = 4.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#B1F112 (or 0xB1F112) is known color: Inch Worm. HEX triplet: B1, F1 and 12. RGB value is (177,241,18). Sum of RGB (Red+Green+Blue) = 177+241+18=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F112 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F112 is #4E0EED. Grayscale: #C5C5C5. Windows color (decimal): -5115630 or 1241521. OLE color: 1241521.

HSL color Cylindrical-coordinate representation of color #B1F112: hue angle of 77.22º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1F112 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 241 18 -
CMYK 0.27 0 0.93 0.05
HSL 77.22º 0.89% 0.51% -
HSV(B) 77.22º 0.93% 0.95% -
XYZ 49.7 72.3 11.91 -
YUV 196.44 27.3 114.13 -
System Red Green Blue C M Y K H S L
Decimal 177 241 18 0.27 0 0.93 0.05 77.22 0.89 0.51
Hex B1 F1 12 1B 0 5D 5 4D 59 33
Octal 261 361 22 33 0 135 5 115 131 63
Binary 10110001 11110001 10010 11011 0 1011101 101 1001101 1011001 110011

Color Harmonies of #B1F112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F112

Black with #B1F112

Text Example


Text Example

White with #B1F112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F112; }

 p { color: rgb(177,241,18); }

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

background-color css

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

 a { background-color: rgb(177,241,18); }

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

border-color css

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

 span { border-color: rgb(177,241,18); }

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