#B8F31E

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

Shades of Inch Worm #B8F31E

Tints of Inch Worm #B8F31E

Color information

#B8F31E (or 0xB8F31E) is unknown color: approx Inch Worm. HEX triplet: B8, F3 and 1E. RGB value is (184,243,30). Sum of RGB (Red+Green+Blue) = 184+243+30=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 243 (95.31% from 255 or 53.17% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F31E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F31E is #470CE1. Grayscale: #C9C9C9. Windows color (decimal): -4656354 or 2028472. OLE color: 2028472.

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

Color convert

RGB18424330-
CMYK0.2400.880.05
HSL76.62º89.87%53.53%-
HSV(B)76.62º87.65%95.29%-
XYZ52.0574.3912.84-
YUV201.0831.45115.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 243 (95.31% from 255) = 53.17%
BLUE value IS 30 (12.11% from 255) = 6.56%
R=40.26%
G=53.17%
B=6.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184243300.2400.880.0576.6289.8753.53
HexB8F31E1805854d5a36
Octal27036336300130511513266
Binary101110001111001111110110000101100010110011011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F31E; }

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

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

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

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

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

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

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

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