#B5DD0F

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

Shades of Inch Worm #B5DD0F

Tints of Inch Worm #B5DD0F

Color information

#B5DD0F (or 0xB5DD0F) is unknown color: approx Inch Worm. HEX triplet: B5, DD and 0F. RGB value is (181,221,15). Sum of RGB (Red+Green+Blue) = 181+221+15=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5DD0F is #4A22F0. Grayscale: #BABABA. Windows color (decimal): -4858609 or 1039797. OLE color: 1039797.

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

Color convert

RGB18122115-
CMYK0.1800.930.13
HSL71.65º87.29%46.27%-
HSV(B)71.65º93.21%86.67%-
XYZ4561.579.96-
YUV185.5631.75124.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 221 (86.72% from 255) = 53.00%
BLUE value IS 15 (6.25% from 255) = 3.60%
R=43.41%
G=53.00%
B=3.60%

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
Decimal181221150.1800.930.1371.6587.2946.27
HexB5DDF1205DD48572e
Octal265335172201351511012756
Binary101101011101110111111001001011101110110010001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DD0F; }

 p { color: rgb(181,221,15); }

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

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

 a { background-color: rgb(181,221,15); }

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

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

 span { border-color: rgb(181,221,15); }

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