Html Css Color HEX #B1F210 Inch Worm

📋 copy color: '#B1F210'

red 177 ◦ green 242 ◦ blue 16

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

Shades of Inch Worm #B1F210

Tints of Inch Worm #B1F210

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.63%

 BLUE value IS 16 (6.64% from 255) = 3.68%

R = 40.69%
G = 55.63%
B = 3.68%

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

#B1F210 (or 0xB1F210) is known color: Inch Worm. HEX triplet: B1, F2 and 10. RGB value is (177,242,16). Sum of RGB (Red+Green+Blue) = 177+242+16=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F210 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F210 is #4E0DEF. Grayscale: #C5C5C5. Windows color (decimal): -5115376 or 1110705. OLE color: 1110705.

HSL color Cylindrical-coordinate representation of color #B1F210: hue angle of 77.26º degrees, saturation: 0.9, 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 #B1F210 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 242 16 -
CMYK 0.27 0 0.93 0.05
HSL 77.26º 0.9% 0.51% -
HSV(B) 77.26º 0.93% 0.95% -
XYZ 49.98 72.89 11.93 -
YUV 196.8 25.97 113.88 -
System Red Green Blue C M Y K H S L
Decimal 177 242 16 0.27 0 0.93 0.05 77.26 0.9 0.51
Hex B1 F2 10 1B 0 5D 5 4D 5A 33
Octal 261 362 20 33 0 135 5 115 132 63
Binary 10110001 11110010 10000 11011 0 1011101 101 1001101 1011010 110011

Color Harmonies of #B1F210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F210

Black with #B1F210

Text Example


Text Example

White with #B1F210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F210; }

 p { color: rgb(177,242,16); }

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

background-color css

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

 a { background-color: rgb(177,242,16); }

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

border-color css

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

 span { border-color: rgb(177,242,16); }

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