#B2E514

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

Shades of Inch Worm #B2E514

Tints of Inch Worm #B2E514

Color information

#B2E514 (or 0xB2E514) is unknown color: approx Inch Worm. HEX triplet: B2, E5 and 14. RGB value is (178,229,20). Sum of RGB (Red+Green+Blue) = 178+229+20=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 229 (89.84% from 255 or 53.63% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E514 is #4D1AEB. Grayscale: #BEBEBE. Windows color (decimal): -5053164 or 1369522. OLE color: 1369522.

HSL color Cylindrical-coordinate representation of color #B2E514: hue angle of 74.64º 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 #B2E514 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB17822920-
CMYK0.2200.910.10
HSL74.64º83.94%48.82%-
HSV(B)74.64º91.27%89.8%-
XYZ46.5165.5510.86-
YUV189.9232.1119.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 229 (89.84% from 255) = 53.63%
BLUE value IS 20 (8.20% from 255) = 4.68%
R=41.69%
G=53.63%
B=4.68%

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
Decimal178229200.2200.910.1074.6483.9448.82
HexB2E5141605BA4b5431
Octal262345242601331211312461
Binary1011001011100101101001011001011011101010010111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E514; }

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

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

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

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

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

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

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

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