#B8F113

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

Shades of Inch Worm #B8F113

Tints of Inch Worm #B8F113

Color information

#B8F113 (or 0xB8F113) is unknown color: approx Inch Worm. HEX triplet: B8, F1 and 13. RGB value is (184,241,19). Sum of RGB (Red+Green+Blue) = 184+241+19=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F113 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F113 is #470EEC. Grayscale: #C7C7C7. Windows color (decimal): -4656877 or 1307064. OLE color: 1307064.

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

Color convert

RGB18424119-
CMYK0.2400.920.05
HSL75.41º88.8%50.98%-
HSV(B)75.41º92.12%94.51%-
XYZ51.3473.1512.03-
YUV198.6526.62117.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 241 (94.53% from 255) = 54.28%
BLUE value IS 19 (7.81% from 255) = 4.28%
R=41.44%
G=54.28%
B=4.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184241190.2400.920.0575.4188.850.98
HexB8F1131805C54b5933
Octal27036123300134511313163
Binary101110001111000110011110000101110010110010111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F113; }

 p { color: rgb(184,241,19); }

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

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

 a { background-color: rgb(184,241,19); }

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

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

 span { border-color: rgb(184,241,19); }

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