#B3E514

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

Shades of Inch Worm #B3E514

Tints of Inch Worm #B3E514

Color information

#B3E514 (or 0xB3E514) is unknown color: approx Inch Worm. HEX triplet: B3, E5 and 14. RGB value is (179,229,20). Sum of RGB (Red+Green+Blue) = 179+229+20=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 229 (89.84% from 255 or 53.50% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 229 - color contains mainly: green. Hex color #B3E514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3E514 is #4C1AEB. Grayscale: #BFBFBF. Windows color (decimal): -4987628 or 1369523. OLE color: 1369523.

HSL color Cylindrical-coordinate representation of color #B3E514: hue angle of 74.35º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3E514 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB17922920-
CMYK0.2200.910.10
HSL74.35º83.94%48.82%-
HSV(B)74.35º91.27%89.8%-
XYZ46.7465.6710.87-
YUV190.2231.94119.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 229 (89.84% from 255) = 53.50%
BLUE value IS 20 (8.20% from 255) = 4.67%
R=41.82%
G=53.50%
B=4.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal179229200.2200.910.1074.3583.9448.82
HexB3E5141605BA4a5431
Octal263345242601331211212461
Binary1011001111100101101001011001011011101010010101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E514; }

 p { color: rgb(179,229,20); }

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

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

 a { background-color: rgb(179,229,20); }

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

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

 span { border-color: rgb(179,229,20); }

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