Html Css Color HEX #98D500 Inch Worm

📋 copy color: '#98D500'

red 152 ◦ green 213 ◦ blue 0

#98D500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #98D500

Tints of Inch Worm #98D500

RGB

 RED value IS 152 (59.77% from 255) = 41.64%

 GREEN value IS 213 (83.59% from 255) = 58.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.64%
G = 58.36%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#98D500 (or 0x98D500) is known color: Inch Worm. HEX triplet: 98, D5 and 00. RGB value is (152,213,0). Sum of RGB (Red+Green+Blue) = 152+213+0=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #98D500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D500 is #672AFF. Grayscale: #ABABAB. Windows color (decimal): -6761216 or 54680. OLE color: 54680.

HSL color Cylindrical-coordinate representation of color #98D500: hue angle of 77.18º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98D500 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 213 0 -
CMYK 0.29 0 1 0.16
HSL 77.18º 1% 0.42% -
HSV(B) 77.18º 1% 0.84% -
XYZ 36.74 54.26 8.54 -
YUV 170.48 31.79 114.82 -
System Red Green Blue C M Y K H S L
Decimal 152 213 0 0.29 0 1 0.16 77.18 1 0.42
Hex 98 D5 0 1D 0 64 10 4D 64 2A
Octal 230 325 0 35 0 144 20 115 144 52
Binary 10011000 11010101 0 11101 0 1100100 10000 1001101 1100100 101010

Color Harmonies of #98D500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D500

Black with #98D500

Text Example


Text Example

White with #98D500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98D500;
 }
 .AnyTagClassName
 {
   color: #98D500;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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