#B5DC00

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

Shades of Inch Worm #B5DC00

Tints of Inch Worm #B5DC00

Color information

#B5DC00 (or 0xB5DC00) is unknown color: approx Inch Worm. HEX triplet: B5, DC and 00. RGB value is (181,220,0). Sum of RGB (Red+Green+Blue) = 181+220+0=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5DC00 is #4A23FF. Grayscale: #B8B8B8. Windows color (decimal): -4858880 or 56501. OLE color: 56501.

HSL color Cylindrical-coordinate representation of color #B5DC00: hue angle of 70.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5DC00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB1812200-
CMYK0.18010.14
HSL70.64º100%43.14%-
HSV(B)70.64º100%86.27%-
XYZ44.6561.019.42-
YUV183.2624.58126.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 220 (86.33% from 255) = 54.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.14%
G=54.86%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal18122000.18010.1470.6410043.14
HexB5DC012064E47642b
Octal26533402201441610714453
Binary101101011101110001001001100100111010001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DC00; }

 p { color: rgb(181,220,0); }

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

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

 a { background-color: rgb(181,220,0); }

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

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

 span { border-color: rgb(181,220,0); }

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