#B2FA18

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

Shades of Inch Worm #B2FA18

Tints of Inch Worm #B2FA18

Color information

#B2FA18 (or 0xB2FA18) is unknown color: approx Inch Worm. HEX triplet: B2, FA and 18. RGB value is (178,250,24). Sum of RGB (Red+Green+Blue) = 178+250+24=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 24 (9.77% from 255 or 5.31% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FA18 is #4D05E7. Grayscale: #CBCBCB. Windows color (decimal): -5047784 or 1637042. OLE color: 1637042.

HSL color Cylindrical-coordinate representation of color #B2FA18: hue angle of 79.12º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2FA18 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB17825024-
CMYK0.2900.900.02
HSL79.12º95.76%53.73%-
HSV(B)79.12º90.4%98.04%-
XYZ52.7177.913.12-
YUV202.7127.15110.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 250 (98.05% from 255) = 55.31%
BLUE value IS 24 (9.77% from 255) = 5.31%
R=39.38%
G=55.31%
B=5.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178250240.2900.900.0279.1295.7653.73
HexB2FA181D05A24f6036
Octal26237230350132211714066
Binary10110010111110101100011101010110101010011111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FA18; }

 p { color: rgb(178,250,24); }

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

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

 a { background-color: rgb(178,250,24); }

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

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

 span { border-color: rgb(178,250,24); }

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