#B4F020

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

Shades of Inch Worm #B4F020

Tints of Inch Worm #B4F020

Color information

#B4F020 (or 0xB4F020) is unknown color: approx Inch Worm. HEX triplet: B4, F0 and 20. RGB value is (180,240,32). Sum of RGB (Red+Green+Blue) = 180+240+32=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4F020 is #4B0FDF. Grayscale: #C7C7C7. Windows color (decimal): -4919264 or 2158772. OLE color: 2158772.

HSL color Cylindrical-coordinate representation of color #B4F020: hue angle of 77.31º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4F020 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB18024032-
CMYK0.2500.870.06
HSL77.31º87.39%53.33%-
HSV(B)77.31º86.67%94.12%-
XYZ50.2472.1312.64-
YUV198.3534.12114.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 240 (94.14% from 255) = 53.10%
BLUE value IS 32 (12.89% from 255) = 7.08%
R=39.82%
G=53.10%
B=7.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal180240320.2500.870.0677.3187.3953.33
HexB4F0201905764d5735
Octal26436040310127611512765
Binary1011010011110000100000110010101011111010011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F020; }

 p { color: rgb(180,240,32); }

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

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

 a { background-color: rgb(180,240,32); }

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

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

 span { border-color: rgb(180,240,32); }

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