#BAF50C

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

Shades of Inch Worm #BAF50C

Tints of Inch Worm #BAF50C

Color information

#BAF50C (or 0xBAF50C) is unknown color: approx Inch Worm. HEX triplet: BA, F5 and 0C. RGB value is (186,245,12). Sum of RGB (Red+Green+Blue) = 186+245+12=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 245 (96.09% from 255 or 55.30% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF50C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF50C is #450AF3. Grayscale: #C9C9C9. Windows color (decimal): -4524788 or 849338. OLE color: 849338.

HSL color Cylindrical-coordinate representation of color #BAF50C: hue angle of 75.19º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAF50C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB18624512-
CMYK0.2400.950.04
HSL75.19º92.09%50.39%-
HSV(B)75.19º95.1%96.08%-
XYZ52.9775.7712.18-
YUV200.821.45117.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 245 (96.09% from 255) = 55.30%
BLUE value IS 12 (5.08% from 255) = 2.71%
R=41.99%
G=55.30%
B=2.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186245120.2400.950.0475.1992.0950.39
HexBAF5C1805F44b5c32
Octal27236514300137411313462
Binary10111010111101011100110000101111110010010111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF50C; }

 p { color: rgb(186,245,12); }

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

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

 a { background-color: rgb(186,245,12); }

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

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

 span { border-color: rgb(186,245,12); }

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