Html Css Color HEX #B0E212 Inch Worm

📋 copy color: '#B0E212'

red 176 ◦ green 226 ◦ blue 18

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

Shades of Inch Worm #B0E212

Tints of Inch Worm #B0E212

RGB

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

 GREEN value IS 226 (88.67% from 255) = 53.81%

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

R = 41.9%
G = 53.81%
B = 4.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#B0E212 (or 0xB0E212) is known color: Inch Worm. HEX triplet: B0, E2 and 12. RGB value is (176,226,18). Sum of RGB (Red+Green+Blue) = 176+226+18=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 226 (88.67% from 255 or 53.81% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0E212 is #4F1DED. Grayscale: #BCBCBC. Windows color (decimal): -5185006 or 1237680. OLE color: 1237680.

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

Color convert

RGB 176 226 18 -
CMYK 0.22 0 0.92 0.11
HSL 74.42º 0.85% 0.48% -
HSV(B) 74.42º 0.92% 0.89% -
XYZ 45.21 63.67 10.48 -
YUV 187.34 32.44 119.91 -
System Red Green Blue C M Y K H S L
Decimal 176 226 18 0.22 0 0.92 0.11 74.42 0.85 0.48
Hex B0 E2 12 16 0 5C B 4A 55 30
Octal 260 342 22 26 0 134 13 112 125 60
Binary 10110000 11100010 10010 10110 0 1011100 1011 1001010 1010101 110000

Color Harmonies of #B0E212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E212

Black with #B0E212

Text Example


Text Example

White with #B0E212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E212; }

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

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

background-color css

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

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

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

border-color css

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

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

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