#B0D71E

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

Shades of Inch Worm #B0D71E

Tints of Inch Worm #B0D71E

Color information

#B0D71E (or 0xB0D71E) is unknown color: approx Inch Worm. HEX triplet: B0, D7 and 1E. RGB value is (176,215,30). Sum of RGB (Red+Green+Blue) = 176+215+30=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D71E is #4F28E1. Grayscale: #B6B6B6. Windows color (decimal): -5187810 or 2021296. OLE color: 2021296.

HSL color Cylindrical-coordinate representation of color #B0D71E: hue angle of 72.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0D71E is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB17621530-
CMYK0.1800.860.16
HSL72.65º75.51%48.04%-
HSV(B)72.65º86.05%84.31%-
XYZ42.4457.9210.17-
YUV182.2542.08123.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 215 (84.38% from 255) = 51.07%
BLUE value IS 30 (12.11% from 255) = 7.13%
R=41.81%
G=51.07%
B=7.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176215300.1800.860.1672.6575.5148.04
HexB0D71E1205610494c30
Octal260327362201262011111460
Binary10110000110101111111010010010101101000010010011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D71E; }

 p { color: rgb(176,215,30); }

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

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

 a { background-color: rgb(176,215,30); }

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

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

 span { border-color: rgb(176,215,30); }

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