#B4E308

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

Shades of Inch Worm #B4E308

Tints of Inch Worm #B4E308

Color information

#B4E308 (or 0xB4E308) is unknown color: approx Inch Worm. HEX triplet: B4, E3 and 08. RGB value is (180,227,8). Sum of RGB (Red+Green+Blue) = 180+227+8=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 227 (89.06% from 255 or 54.70% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 227 - color contains mainly: green. Hex color #B4E308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4E308 is #4B1CF7. Grayscale: #BCBCBC. Windows color (decimal): -4922616 or 582580. OLE color: 582580.

HSL color Cylindrical-coordinate representation of color #B4E308: hue angle of 72.88º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4E308 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB1802278-
CMYK0.2100.960.11
HSL72.88º93.19%46.08%-
HSV(B)72.88º96.48%89.02%-
XYZ46.3464.6610.27-
YUV187.9826.43122.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 227 (89.06% from 255) = 54.70%
BLUE value IS 8 (3.52% from 255) = 1.93%
R=43.37%
G=54.70%
B=1.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal18022780.2100.960.1172.8893.1946.08
HexB4E3815060B495d2e
Octal264343102501401311113556
Binary101101001110001110001010101100000101110010011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E308; }

 p { color: rgb(180,227,8); }

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

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

 a { background-color: rgb(180,227,8); }

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

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

 span { border-color: rgb(180,227,8); }

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