#B3E60F

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

Shades of Inch Worm #B3E60F

Tints of Inch Worm #B3E60F

Color information

#B3E60F (or 0xB3E60F) is unknown color: approx Inch Worm. HEX triplet: B3, E6 and 0F. RGB value is (179,230,15). Sum of RGB (Red+Green+Blue) = 179+230+15=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 230 (90.23% from 255 or 54.25% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 230 - color contains mainly: green. Hex color #B3E60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3E60F is #4C19F0. Grayscale: #BFBFBF. Windows color (decimal): -4987377 or 1042099. OLE color: 1042099.

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

Color convert

RGB17923015-
CMYK0.2200.930.10
HSL74.23º87.76%48.04%-
HSV(B)74.23º93.48%90.2%-
XYZ46.9766.2110.76-
YUV190.2429.1119.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 230 (90.23% from 255) = 54.25%
BLUE value IS 15 (6.25% from 255) = 3.54%
R=42.22%
G=54.25%
B=3.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal179230150.2200.930.1074.2387.7648.04
HexB3E6F1605DA4a5830
Octal263346172601351211213060
Binary101100111110011011111011001011101101010010101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E60F; }

 p { color: rgb(179,230,15); }

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

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

 a { background-color: rgb(179,230,15); }

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

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

 span { border-color: rgb(179,230,15); }

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