#B8F21F

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

Shades of Inch Worm #B8F21F

Tints of Inch Worm #B8F21F

Color information

#B8F21F (or 0xB8F21F) is unknown color: approx Inch Worm. HEX triplet: B8, F2 and 1F. RGB value is (184,242,31). Sum of RGB (Red+Green+Blue) = 184+242+31=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 31 (12.5% from 255 or 6.78% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F21F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F21F is #470DE0. Grayscale: #C9C9C9. Windows color (decimal): -4656609 or 2093752. OLE color: 2093752.

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

Color convert

RGB18424231-
CMYK0.2400.870.05
HSL76.49º89.03%53.53%-
HSV(B)76.49º87.19%94.9%-
XYZ51.7773.7912.81-
YUV200.632.28116.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 242 (94.92% from 255) = 52.95%
BLUE value IS 31 (12.5% from 255) = 6.78%
R=40.26%
G=52.95%
B=6.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184242310.2400.870.0576.4989.0353.53
HexB8F21F1805754c5936
Octal27036237300127511413166
Binary101110001111001011111110000101011110110011001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F21F; }

 p { color: rgb(184,242,31); }

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

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

 a { background-color: rgb(184,242,31); }

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

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

 span { border-color: rgb(184,242,31); }

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