Html Css Color HEX #B1F121 Inch Worm

📋 copy color: '#B1F121'

red 177 ◦ green 241 ◦ blue 33

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

Shades of Inch Worm #B1F121

Tints of Inch Worm #B1F121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.32%

R = 39.25%
G = 53.44%
B = 7.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#B1F121 (or 0xB1F121) is known color: Inch Worm. HEX triplet: B1, F1 and 21. RGB value is (177,241,33). Sum of RGB (Red+Green+Blue) = 177+241+33=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F121 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1F121 is #4E0EDE. Grayscale: #C6C6C6. Windows color (decimal): -5115615 or 2224561. OLE color: 2224561.

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

Color convert

RGB 177 241 33 -
CMYK 0.27 0 0.86 0.05
HSL 78.46º 0.88% 0.54% -
HSV(B) 78.46º 0.86% 0.95% -
XYZ 49.86 72.37 12.78 -
YUV 198.15 34.8 112.91 -
System Red Green Blue C M Y K H S L
Decimal 177 241 33 0.27 0 0.86 0.05 78.46 0.88 0.54
Hex B1 F1 21 1B 0 56 5 4E 58 36
Octal 261 361 41 33 0 126 5 116 130 66
Binary 10110001 11110001 100001 11011 0 1010110 101 1001110 1011000 110110

Color Harmonies of #B1F121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F121

Black with #B1F121

Text Example


Text Example

White with #B1F121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F121; }

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

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

background-color css

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

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

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

border-color css

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

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

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