#B7DD15

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

Shades of Inch Worm #B7DD15

Tints of Inch Worm #B7DD15

Color information

#B7DD15 (or 0xB7DD15) is unknown color: approx Inch Worm. HEX triplet: B7, DD and 15. RGB value is (183,221,21). Sum of RGB (Red+Green+Blue) = 183+221+21=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DD15 is #4822EA. Grayscale: #BBBBBB. Windows color (decimal): -4727531 or 1433015. OLE color: 1433015.

HSL color Cylindrical-coordinate representation of color #B7DD15: hue angle of 71.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7DD15 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB18322121-
CMYK0.1700.900.13
HSL71.4º82.64%47.45%-
HSV(B)71.4º90.5%86.67%-
XYZ45.5261.8310.25-
YUV186.8434.41125.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 221 (86.72% from 255) = 52%
BLUE value IS 21 (8.59% from 255) = 4.94%
R=43.06%
G=52%
B=4.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183221210.1700.900.1371.482.6447.45
HexB7DD151105AD47532f
Octal267335252101321510712357
Binary1011011111011101101011000101011010110110001111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DD15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DD15; }

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

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

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

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

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

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

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

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