#98DD11

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

Shades of Inch Worm #98DD11

Tints of Inch Worm #98DD11

Color information

#98DD11 (or 0x98DD11) is unknown color: approx Inch Worm. HEX triplet: 98, DD and 11. RGB value is (152,221,17). Sum of RGB (Red+Green+Blue) = 152+221+17=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98DD11 is #6722EE. Grayscale: #B1B1B1. Windows color (decimal): -6759151 or 1170840. OLE color: 1170840.

HSL color Cylindrical-coordinate representation of color #98DD11: hue angle of 80.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98DD11 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB15222117-
CMYK0.3100.920.13
HSL80.29º85.71%46.67%-
HSV(B)80.29º92.31%86.67%-
XYZ38.9158.439.76-
YUV177.1137.64110.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 221 (86.72% from 255) = 56.67%
BLUE value IS 17 (7.03% from 255) = 4.36%
R=38.97%
G=56.67%
B=4.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152221170.3100.920.1380.2985.7146.67
Hex98DD111F05CD50562f
Octal230335213701341512012657
Binary1001100011011101100011111101011100110110100001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98DD11; }

 p { color: rgb(152,221,17); }

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

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

 a { background-color: rgb(152,221,17); }

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

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

 span { border-color: rgb(152,221,17); }

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