#B3D81E

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

Shades of Inch Worm #B3D81E

Tints of Inch Worm #B3D81E

Color information

#B3D81E (or 0xB3D81E) is unknown color: approx Inch Worm. HEX triplet: B3, D8 and 1E. RGB value is (179,216,30). Sum of RGB (Red+Green+Blue) = 179+216+30=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D81E is #4C27E1. Grayscale: #B8B8B8. Windows color (decimal): -4990946 or 2021555. OLE color: 2021555.

HSL color Cylindrical-coordinate representation of color #B3D81E: hue angle of 71.94º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B3D81E is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB17921630-
CMYK0.1700.860.15
HSL71.94º75.61%48.24%-
HSV(B)71.94º86.11%84.71%-
XYZ43.3858.7910.29-
YUV183.7341.24124.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 216 (84.77% from 255) = 50.82%
BLUE value IS 30 (12.11% from 255) = 7.06%
R=42.12%
G=50.82%
B=7.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal179216300.1700.860.1571.9475.6148.24
HexB3D81E11056F484c30
Octal263330362101261711011460
Binary1011001111011000111101000101010110111110010001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D81E; }

 p { color: rgb(179,216,30); }

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

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

 a { background-color: rgb(179,216,30); }

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

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

 span { border-color: rgb(179,216,30); }

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