#B5EA0F

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

Shades of Inch Worm #B5EA0F

Tints of Inch Worm #B5EA0F

Color information

#B5EA0F (or 0xB5EA0F) is unknown color: approx Inch Worm. HEX triplet: B5, EA and 0F. RGB value is (181,234,15). Sum of RGB (Red+Green+Blue) = 181+234+15=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EA0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5EA0F is #4A15F0. Grayscale: #C2C2C2. Windows color (decimal): -4855281 or 1043125. OLE color: 1043125.

HSL color Cylindrical-coordinate representation of color #B5EA0F: hue angle of 74.52º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5EA0F is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB18123415-
CMYK0.2300.940.08
HSL74.52º87.95%48.82%-
HSV(B)74.52º93.59%91.76%-
XYZ48.5768.711.15-
YUV193.1927.44119.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 234 (91.80% from 255) = 54.42%
BLUE value IS 15 (6.25% from 255) = 3.49%
R=42.09%
G=54.42%
B=3.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal181234150.2300.940.0874.5287.9548.82
HexB5EAF1705E84b5831
Octal265352172701361011313061
Binary101101011110101011111011101011110100010010111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EA0F; }

 p { color: rgb(181,234,15); }

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

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

 a { background-color: rgb(181,234,15); }

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

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

 span { border-color: rgb(181,234,15); }

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