Html Css Color HEX #B2F112 Inch Worm

📋 copy color: '#B2F112'

red 178 ◦ green 241 ◦ blue 18

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

Shades of Inch Worm #B2F112

Tints of Inch Worm #B2F112

RGB

 RED value IS 178 (69.92% from 255) = 40.73%

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

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

R = 40.73%
G = 55.15%
B = 4.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#B2F112 (or 0xB2F112) is known color: Inch Worm. HEX triplet: B2, F1 and 12. RGB value is (178,241,18). Sum of RGB (Red+Green+Blue) = 178+241+18=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 241 (94.53% from 255 or 55.15% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F112 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F112 is #4D0EED. Grayscale: #C5C5C5. Windows color (decimal): -5050094 or 1241522. OLE color: 1241522.

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

Color convert

RGB 178 241 18 -
CMYK 0.26 0 0.93 0.05
HSL 76.95º 0.89% 0.51% -
HSV(B) 76.95º 0.93% 0.95% -
XYZ 49.92 72.42 11.92 -
YUV 196.74 27.13 114.63 -
System Red Green Blue C M Y K H S L
Decimal 178 241 18 0.26 0 0.93 0.05 76.95 0.89 0.51
Hex B2 F1 12 1A 0 5D 5 4D 59 33
Octal 262 361 22 32 0 135 5 115 131 63
Binary 10110010 11110001 10010 11010 0 1011101 101 1001101 1011001 110011

Color Harmonies of #B2F112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F112

Black with #B2F112

Text Example


Text Example

White with #B2F112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F112; }

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

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

background-color css

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

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

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

border-color css

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

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

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