#B6DD10

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

Shades of Inch Worm #B6DD10

Tints of Inch Worm #B6DD10

Color information

#B6DD10 (or 0xB6DD10) is unknown color: approx Inch Worm. HEX triplet: B6, DD and 10. RGB value is (182,221,16). Sum of RGB (Red+Green+Blue) = 182+221+16=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6DD10 is #4922EF. Grayscale: #BABABA. Windows color (decimal): -4793072 or 1105334. OLE color: 1105334.

HSL color Cylindrical-coordinate representation of color #B6DD10: hue angle of 71.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6DD10 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB18222116-
CMYK0.1800.930.13
HSL71.41º86.5%46.47%-
HSV(B)71.41º92.76%86.67%-
XYZ45.2461.710.01-
YUV185.9732.08125.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.44%
GREEN value IS 221 (86.72% from 255) = 52.74%
BLUE value IS 16 (6.64% from 255) = 3.82%
R=43.44%
G=52.74%
B=3.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182221160.1800.930.1371.4186.546.47
HexB6DD101205DD47562e
Octal266335202201351510712656
Binary1011011011011101100001001001011101110110001111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DD10; }

 p { color: rgb(182,221,16); }

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

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

 a { background-color: rgb(182,221,16); }

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

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

 span { border-color: rgb(182,221,16); }

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