Html Css Color HEX #94D600 Inch Worm

📋 copy color: '#94D600'

red 148 ◦ green 214 ◦ blue 0

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

Shades of Inch Worm #94D600

Tints of Inch Worm #94D600

RGB

 RED value IS 148 (58.2% from 255) = 40.88%

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

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

R = 40.88%
G = 59.12%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#94D600 (or 0x94D600) is known color: Inch Worm. HEX triplet: 94, D6 and 00. RGB value is (148,214,0). Sum of RGB (Red+Green+Blue) = 148+214+0=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #94D600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D600 is #6B29FF. Grayscale: #AAAAAA. Windows color (decimal): -7023104 or 54932. OLE color: 54932.

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

Color convert

RGB 148 214 0 -
CMYK 0.31 0 1 0.16
HSL 78.5º 1% 0.42% -
HSV(B) 78.5º 1% 0.84% -
XYZ 36.26 54.39 8.59 -
YUV 169.87 32.13 112.4 -
System Red Green Blue C M Y K H S L
Decimal 148 214 0 0.31 0 1 0.16 78.5 1 0.42
Hex 94 D6 0 1F 0 64 10 4F 64 2A
Octal 224 326 0 37 0 144 20 117 144 52
Binary 10010100 11010110 0 11111 0 1100100 10000 1001111 1100100 101010

Color Harmonies of #94D600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D600

Black with #94D600

Text Example


Text Example

White with #94D600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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