#B0F10C

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

Shades of Inch Worm #B0F10C

Tints of Inch Worm #B0F10C

Color information

#B0F10C (or 0xB0F10C) is unknown color: approx Inch Worm. HEX triplet: B0, F1 and 0C. RGB value is (176,241,12). Sum of RGB (Red+Green+Blue) = 176+241+12=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F10C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F10C is #4F0EF3. Grayscale: #C4C4C4. Windows color (decimal): -5181172 or 848304. OLE color: 848304.

HSL color Cylindrical-coordinate representation of color #B0F10C: hue angle of 77.03º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0F10C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB17624112-
CMYK0.2700.950.05
HSL77.03º90.51%49.61%-
HSV(B)77.03º95.02%94.51%-
XYZ49.4372.1711.67-
YUV195.4624.47114.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 241 (94.53% from 255) = 56.18%
BLUE value IS 12 (5.08% from 255) = 2.80%
R=41.03%
G=56.18%
B=2.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176241120.2700.950.0577.0390.5149.61
HexB0F1C1B05F54d5b32
Octal26036114330137511513362
Binary10110000111100011100110110101111110110011011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F10C; }

 p { color: rgb(176,241,12); }

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

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

 a { background-color: rgb(176,241,12); }

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

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

 span { border-color: rgb(176,241,12); }

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