#B7DD10

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

Shades of Inch Worm #B7DD10

Tints of Inch Worm #B7DD10

Color information

#B7DD10 (or 0xB7DD10) is unknown color: approx Inch Worm. HEX triplet: B7, DD and 10. RGB value is (183,221,16). Sum of RGB (Red+Green+Blue) = 183+221+16=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DD10 is #4822EF. Grayscale: #BBBBBB. Windows color (decimal): -4727536 or 1105335. OLE color: 1105335.

HSL color Cylindrical-coordinate representation of color #B7DD10: hue angle of 71.12º 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 #B7DD10 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB18322116-
CMYK0.1700.930.13
HSL71.12º86.5%46.47%-
HSV(B)71.12º92.76%86.67%-
XYZ45.4861.8210.03-
YUV186.2731.91125.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 221 (86.72% from 255) = 52.62%
BLUE value IS 16 (6.64% from 255) = 3.81%
R=43.57%
G=52.62%
B=3.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183221160.1700.930.1371.1286.546.47
HexB7DD101105DD47562e
Octal267335202101351510712656
Binary1011011111011101100001000101011101110110001111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DD10; }

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

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

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

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

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

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

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

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