Html Css Color HEX #98D600 Inch Worm

📋 copy color: '#98D600'

red 152 ◦ green 214 ◦ blue 0

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

Shades of Inch Worm #98D600

Tints of Inch Worm #98D600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.47%

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

R = 41.53%
G = 58.47%
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

#98D600 (or 0x98D600) is known color: Inch Worm. HEX triplet: 98, D6 and 00. RGB value is (152,214,0). Sum of RGB (Red+Green+Blue) = 152+214+0=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #98D600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D600 is #6729FF. Grayscale: #ABABAB. Windows color (decimal): -6760960 or 54936. OLE color: 54936.

HSL color Cylindrical-coordinate representation of color #98D600: hue angle of 77.38º 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 #98D600 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 214 0 -
CMYK 0.29 0 1 0.16
HSL 77.38º 1% 0.42% -
HSV(B) 77.38º 1% 0.84% -
XYZ 37 54.77 8.62 -
YUV 171.07 31.46 114.4 -
System Red Green Blue C M Y K H S L
Decimal 152 214 0 0.29 0 1 0.16 77.38 1 0.42
Hex 98 D6 0 1D 0 64 10 4D 64 2A
Octal 230 326 0 35 0 144 20 115 144 52
Binary 10011000 11010110 0 11101 0 1100100 10000 1001101 1100100 101010

Color Harmonies of #98D600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D600

Black with #98D600

Text Example


Text Example

White with #98D600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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