#B5F410

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

Shades of Inch Worm #B5F410

Tints of Inch Worm #B5F410

Color information

#B5F410 (or 0xB5F410) is unknown color: approx Inch Worm. HEX triplet: B5, F4 and 10. RGB value is (181,244,16). Sum of RGB (Red+Green+Blue) = 181+244+16=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 244 (95.70% from 255 or 55.33% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 244 - color contains mainly: green. Hex color #B5F410 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F410 is #4A0BEF. Grayscale: #C8C8C8. Windows color (decimal): -4852720 or 1111221. OLE color: 1111221.

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

Color convert

RGB18124416-
CMYK0.2600.930.04
HSL76.58º91.2%50.98%-
HSV(B)76.58º93.44%95.69%-
XYZ51.574.5612.17-
YUV199.1724.63115.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 244 (95.70% from 255) = 55.33%
BLUE value IS 16 (6.64% from 255) = 3.63%
R=41.04%
G=55.33%
B=3.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181244160.2600.930.0476.5891.250.98
HexB5F4101A05D44d5b33
Octal26536420320135411513363
Binary101101011111010010000110100101110110010011011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F410; }

 p { color: rgb(181,244,16); }

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

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

 a { background-color: rgb(181,244,16); }

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

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

 span { border-color: rgb(181,244,16); }

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