#b8dd1e

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

Shades of Inch Worm #B8DD1E

Tints of Inch Worm #B8DD1E

Color information

#B8DD1E (or 0xB8DD1E) is unknown color: approx Inch Worm. HEX triplet: B8, DD and 1E. RGB value is (184,221,30). Sum of RGB (Red+Green+Blue) = 184+221+30=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DD1E is #4722E1. Grayscale: #BCBCBC. Windows color (decimal): -4661986 or 2022840. OLE color: 2022840.

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

Color convert

RGB18422130-
CMYK0.1700.860.13
HSL71.62º76.1%49.22%-
HSV(B)71.62º86.43%86.67%-
XYZ45.866210.78-
YUV188.1638.74125.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 221 (86.72% from 255) = 50.80%
BLUE value IS 30 (12.11% from 255) = 6.90%
R=42.30%
G=50.80%
B=6.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184221300.1700.860.1371.6276.149.22
HexB8DD1E11056D484c31
Octal270335362101261511011461
Binary1011100011011101111101000101010110110110010001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8dd1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8dd1e; }

 p { color: rgb(184,221,30); }

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

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

 a { background-color: rgb(184,221,30); }

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

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

 span { border-color: rgb(184,221,30); }

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