#98DD00

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

Shades of Inch Worm #98DD00

Tints of Inch Worm #98DD00

Color information

#98DD00 (or 0x98DD00) is unknown color: approx Inch Worm. HEX triplet: 98, DD and 00. RGB value is (152,221,0). Sum of RGB (Red+Green+Blue) = 152+221+0=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98DD00 is #6722FF. Grayscale: #AFAFAF. Windows color (decimal): -6759168 or 56728. OLE color: 56728.

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

Color convert

RGB1522210-
CMYK0.31010.13
HSL78.73º100%43.33%-
HSV(B)78.73º100%86.67%-
XYZ38.8158.399.22-
YUV175.1829.14111.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 221 (86.72% from 255) = 59.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.75%
G=59.25%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15222100.31010.1378.7310043.33
Hex98DD01F064D4f642b
Octal23033503701441511714453
Binary100110001101110101111101100100110110011111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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