#B8F30A

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

Shades of Inch Worm #B8F30A

Tints of Inch Worm #B8F30A

Color information

#B8F30A (or 0xB8F30A) is unknown color: approx Inch Worm. HEX triplet: B8, F3 and 0A. RGB value is (184,243,10). Sum of RGB (Red+Green+Blue) = 184+243+10=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F30A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F30A is #470CF5. Grayscale: #C7C7C7. Windows color (decimal): -4656374 or 717752. OLE color: 717752.

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

Color convert

RGB18424310-
CMYK0.2400.960.05
HSL75.19º92.09%49.61%-
HSV(B)75.19º95.88%95.29%-
XYZ51.8774.3111.9-
YUV198.821.45117.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 243 (95.31% from 255) = 55.61%
BLUE value IS 10 (4.30% from 255) = 2.29%
R=42.11%
G=55.61%
B=2.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184243100.2400.960.0575.1992.0949.61
HexB8F3A1806054b5c32
Octal27036312300140511313462
Binary10111000111100111010110000110000010110010111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F30A; }

 p { color: rgb(184,243,10); }

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

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

 a { background-color: rgb(184,243,10); }

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

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

 span { border-color: rgb(184,243,10); }

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