#B8F50C

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

Shades of Inch Worm #B8F50C

Tints of Inch Worm #B8F50C

Color information

#B8F50C (or 0xB8F50C) is unknown color: approx Inch Worm. HEX triplet: B8, F5 and 0C. RGB value is (184,245,12). Sum of RGB (Red+Green+Blue) = 184+245+12=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 245 (96.09% from 255 or 55.56% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F50C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F50C is #470AF3. Grayscale: #C9C9C9. Windows color (decimal): -4655860 or 849336. OLE color: 849336.

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

Color convert

RGB18424512-
CMYK0.2500.950.04
HSL75.71º92.09%50.39%-
HSV(B)75.71º95.1%96.08%-
XYZ52.4975.5212.16-
YUV200.221.79116.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 245 (96.09% from 255) = 55.56%
BLUE value IS 12 (5.08% from 255) = 2.72%
R=41.72%
G=55.56%
B=2.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal184245120.2500.950.0475.7192.0950.39
HexB8F5C1905F44c5c32
Octal27036514310137411413462
Binary10111000111101011100110010101111110010011001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F50C; }

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

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

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

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

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

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

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

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