#B8DE22

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

Shades of Inch Worm #B8DE22

Tints of Inch Worm #B8DE22

Color information

#B8DE22 (or 0xB8DE22) is unknown color: approx Inch Worm. HEX triplet: B8, DE and 22. RGB value is (184,222,34). Sum of RGB (Red+Green+Blue) = 184+222+34=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DE22 is #4721DD. Grayscale: #BDBDBD. Windows color (decimal): -4661726 or 2285240. OLE color: 2285240.

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

Color convert

RGB18422234-
CMYK0.1700.850.13
HSL72.13º74.02%50.2%-
HSV(B)72.13º84.68%87.06%-
XYZ46.1862.5511.15-
YUV189.2140.41124.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 222 (87.11% from 255) = 50.45%
BLUE value IS 34 (13.67% from 255) = 7.73%
R=41.82%
G=50.45%
B=7.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184222340.1700.850.1372.1374.0250.2
HexB8DE2211055D484a32
Octal270336422101251511011262
Binary10111000110111101000101000101010101110110010001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DE22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DE22; }

 p { color: rgb(184,222,34); }

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

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

 a { background-color: rgb(184,222,34); }

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

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

 span { border-color: rgb(184,222,34); }

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