#92DD13

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

Shades of Inch Worm #92DD13

Tints of Inch Worm #92DD13

Color information

#92DD13 (or 0x92DD13) is unknown color: approx Inch Worm. HEX triplet: 92, DD and 13. RGB value is (146,221,19). Sum of RGB (Red+Green+Blue) = 146+221+19=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92DD13 is #6D22EC. Grayscale: #B0B0B0. Windows color (decimal): -7152365 or 1301906. OLE color: 1301906.

HSL color Cylindrical-coordinate representation of color #92DD13: hue angle of 82.28º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92DD13 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB14622119-
CMYK0.3400.910.13
HSL82.28º84.17%47.06%-
HSV(B)82.28º91.4%86.67%-
XYZ37.8357.879.79-
YUV175.5539.65106.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 221 (86.72% from 255) = 57.25%
BLUE value IS 19 (7.81% from 255) = 4.92%
R=37.82%
G=57.25%
B=4.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal146221190.3400.910.1382.2884.1747.06
Hex92DD132205BD52542f
Octal222335234201331512212457
Binary10010010110111011001110001001011011110110100101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92DD13; }

 p { color: rgb(146,221,19); }

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

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

 a { background-color: rgb(146,221,19); }

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

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

 span { border-color: rgb(146,221,19); }

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