Html Css Color HEX #B0EF16 Inch Worm

📋 copy color: '#B0EF16'

red 176 ◦ green 239 ◦ blue 22

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

Shades of Inch Worm #B0EF16

Tints of Inch Worm #B0EF16

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.69%

 BLUE value IS 22 (8.98% from 255) = 5.03%

R = 40.27%
G = 54.69%
B = 5.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#B0EF16 (or 0xB0EF16) is known color: Inch Worm. HEX triplet: B0, EF and 16. RGB value is (176,239,22). Sum of RGB (Red+Green+Blue) = 176+239+22=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 239 (93.75% from 255 or 54.69% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0EF16 is #4F10E9. Grayscale: #C4C4C4. Windows color (decimal): -5181674 or 1503152. OLE color: 1503152.

HSL color Cylindrical-coordinate representation of color #B0EF16: hue angle of 77.42º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0EF16 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 22 -
CMYK 0.26 0 0.91 0.06
HSL 77.42º 0.87% 0.51% -
HSV(B) 77.42º 0.91% 0.94% -
XYZ 48.92 71.02 11.89 -
YUV 195.43 30.13 114.14 -
System Red Green Blue C M Y K H S L
Decimal 176 239 22 0.26 0 0.91 0.06 77.42 0.87 0.51
Hex B0 EF 16 1A 0 5B 6 4D 57 33
Octal 260 357 26 32 0 133 6 115 127 63
Binary 10110000 11101111 10110 11010 0 1011011 110 1001101 1010111 110011

Color Harmonies of #B0EF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EF16

Black with #B0EF16

Text Example


Text Example

White with #B0EF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EF16; }

 p { color: rgb(176,239,22); }

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

background-color css

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

 a { background-color: rgb(176,239,22); }

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

border-color css

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

 span { border-color: rgb(176,239,22); }

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