#B5ED0F

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

Shades of Inch Worm #B5ED0F

Tints of Inch Worm #B5ED0F

Color information

#B5ED0F (or 0xB5ED0F) is unknown color: approx Inch Worm. HEX triplet: B5, ED and 0F. RGB value is (181,237,15). Sum of RGB (Red+Green+Blue) = 181+237+15=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 237 (92.97% from 255 or 54.73% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5ED0F is #4A12F0. Grayscale: #C3C3C3. Windows color (decimal): -4854513 or 1043893. OLE color: 1043893.

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

Color convert

RGB18123715-
CMYK0.2400.940.07
HSL75.14º88.1%49.41%-
HSV(B)75.14º93.67%92.94%-
XYZ49.4370.4311.44-
YUV194.9526.45118.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 237 (92.97% from 255) = 54.73%
BLUE value IS 15 (6.25% from 255) = 3.46%
R=41.80%
G=54.73%
B=3.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181237150.2400.940.0775.1488.149.41
HexB5EDF1805E74b5831
Octal26535517300136711313061
Binary10110101111011011111110000101111011110010111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ED0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ED0F; }

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

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

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

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

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

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

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

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