Html Css Color HEX #B0E112 Inch Worm

📋 copy color: '#B0E112'

red 176 ◦ green 225 ◦ blue 18

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

Shades of Inch Worm #B0E112

Tints of Inch Worm #B0E112

RGB

 RED value IS 176 (69.14% from 255) = 42%

 GREEN value IS 225 (88.28% from 255) = 53.7%

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

R = 42%
G = 53.7%
B = 4.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#B0E112 (or 0xB0E112) is known color: Inch Worm. HEX triplet: B0, E1 and 12. RGB value is (176,225,18). Sum of RGB (Red+Green+Blue) = 176+225+18=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0E112 is #4F1EED. Grayscale: #BBBBBB. Windows color (decimal): -5185262 or 1237424. OLE color: 1237424.

HSL color Cylindrical-coordinate representation of color #B0E112: hue angle of 74.2º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0E112 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 225 18 -
CMYK 0.22 0 0.92 0.12
HSL 74.2º 0.85% 0.48% -
HSV(B) 74.2º 0.92% 0.88% -
XYZ 44.94 63.12 10.39 -
YUV 186.75 32.77 120.33 -
System Red Green Blue C M Y K H S L
Decimal 176 225 18 0.22 0 0.92 0.12 74.2 0.85 0.48
Hex B0 E1 12 16 0 5C C 4A 55 30
Octal 260 341 22 26 0 134 14 112 125 60
Binary 10110000 11100001 10010 10110 0 1011100 1100 1001010 1010101 110000

Color Harmonies of #B0E112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E112

Black with #B0E112

Text Example


Text Example

White with #B0E112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E112; }

 p { color: rgb(176,225,18); }

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

background-color css

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

 a { background-color: rgb(176,225,18); }

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

border-color css

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

 span { border-color: rgb(176,225,18); }

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