Html Css Color HEX #B0ED11 Inch Worm

📋 copy color: '#B0ED11'

red 176 ◦ green 237 ◦ blue 17

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

Shades of Inch Worm #B0ED11

Tints of Inch Worm #B0ED11

RGB

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

 GREEN value IS 237 (92.97% from 255) = 55.12%

 BLUE value IS 17 (7.03% from 255) = 3.95%

R = 40.93%
G = 55.12%
B = 3.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#B0ED11 (or 0xB0ED11) is known color: Inch Worm. HEX triplet: B0, ED and 11. RGB value is (176,237,17). Sum of RGB (Red+Green+Blue) = 176+237+17=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0ED11 is #4F12EE. Grayscale: #C2C2C2. Windows color (decimal): -5182191 or 1174960. OLE color: 1174960.

HSL color Cylindrical-coordinate representation of color #B0ED11: hue angle of 76.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0ED11 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 237 17 -
CMYK 0.26 0 0.93 0.07
HSL 76.64º 0.87% 0.5% -
HSV(B) 76.64º 0.93% 0.93% -
XYZ 48.29 69.84 11.47 -
YUV 193.68 28.29 115.39 -
System Red Green Blue C M Y K H S L
Decimal 176 237 17 0.26 0 0.93 0.07 76.64 0.87 0.5
Hex B0 ED 11 1A 0 5D 7 4D 57 32
Octal 260 355 21 32 0 135 7 115 127 62
Binary 10110000 11101101 10001 11010 0 1011101 111 1001101 1010111 110010

Color Harmonies of #B0ED11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED11

Black with #B0ED11

Text Example


Text Example

White with #B0ED11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED11; }

 p { color: rgb(176,237,17); }

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

background-color css

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

 a { background-color: rgb(176,237,17); }

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

border-color css

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

 span { border-color: rgb(176,237,17); }

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