#B4F01F

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

Shades of Inch Worm #B4F01F

Tints of Inch Worm #B4F01F

Color information

#B4F01F (or 0xB4F01F) is unknown color: approx Inch Worm. HEX triplet: B4, F0 and 1F. RGB value is (180,240,31). Sum of RGB (Red+Green+Blue) = 180+240+31=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 31 (12.5% from 255 or 6.87% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F01F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4F01F is #4B0FE0. Grayscale: #C7C7C7. Windows color (decimal): -4919265 or 2093236. OLE color: 2093236.

HSL color Cylindrical-coordinate representation of color #B4F01F: hue angle of 77.22º 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 #B4F01F is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB18024031-
CMYK0.2500.870.06
HSL77.22º87.45%53.14%-
HSV(B)77.22º87.08%94.12%-
XYZ50.2372.1212.57-
YUV198.2333.62114.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 240 (94.14% from 255) = 53.22%
BLUE value IS 31 (12.5% from 255) = 6.87%
R=39.91%
G=53.22%
B=6.87%

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
Decimal180240310.2500.870.0677.2287.4553.14
HexB4F01F1905764d5735
Octal26436037310127611512765
Binary101101001111000011111110010101011111010011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F01F; }

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

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

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

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

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

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

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

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