#B0F516

Color #B0F516 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #B0F516

Tints of Inch Worm #B0F516

Color information

#B0F516 (or 0xB0F516) is unknown color: approx Inch Worm. HEX triplet: B0, F5 and 16. RGB value is (176,245,22). Sum of RGB (Red+Green+Blue) = 176+245+22=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 245 (96.09% from 255 or 55.30% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F516 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F516 is #4F0AE9. Grayscale: #C7C7C7. Windows color (decimal): -5180138 or 1504688. OLE color: 1504688.

HSL color Cylindrical-coordinate representation of color #B0F516: hue angle of 78.57º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0F516 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB17624522-
CMYK0.2800.910.04
HSL78.57º91.77%52.35%-
HSV(B)78.57º91.02%96.08%-
XYZ50.774.5912.48-
YUV198.9528.14111.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 245 (96.09% from 255) = 55.30%
BLUE value IS 22 (8.98% from 255) = 4.97%
R=39.73%
G=55.30%
B=4.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176245220.2800.910.0478.5791.7752.35
HexB0F5161C05B44f5c34
Octal26036526340133411713464
Binary101100001111010110110111000101101110010011111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F516; }

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

 H1.HeaderClassName
 {
   color: #B0F516;
 }
 .AnyTagClassName
 {
   color: #B0F516;
 }
</style>
background-color css

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

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

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

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

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

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