#B0D50E

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

Shades of Inch Worm #B0D50E

Tints of Inch Worm #B0D50E

Color information

#B0D50E (or 0xB0D50E) is unknown color: approx Inch Worm. HEX triplet: B0, D5 and 0E. RGB value is (176,213,14). Sum of RGB (Red+Green+Blue) = 176+213+14=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D50E is #4F2AF1. Grayscale: #B4B4B4. Windows color (decimal): -5188338 or 972208. OLE color: 972208.

HSL color Cylindrical-coordinate representation of color #B0D50E: hue angle of 71.16º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0D50E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB17621314-
CMYK0.1700.930.16
HSL71.16º87.67%44.51%-
HSV(B)71.16º93.43%83.53%-
XYZ41.7856.859.19-
YUV179.2534.74125.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 213 (83.59% from 255) = 52.85%
BLUE value IS 14 (5.86% from 255) = 3.47%
R=43.67%
G=52.85%
B=3.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176213140.1700.930.1671.1687.6744.51
HexB0D5E1105D1047582d
Octal260325162101352010713055
Binary1011000011010101111010001010111011000010001111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D50E; }

 p { color: rgb(176,213,14); }

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

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

 a { background-color: rgb(176,213,14); }

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

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

 span { border-color: rgb(176,213,14); }

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