Html Css Color HEX #94D700 Inch Worm

📋 copy color: '#94D700'

red 148 ◦ green 215 ◦ blue 0

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

Shades of Inch Worm #94D700

Tints of Inch Worm #94D700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.23%

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

R = 40.77%
G = 59.23%
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

#94D700 (or 0x94D700) is known color: Inch Worm. HEX triplet: 94, D7 and 00. RGB value is (148,215,0). Sum of RGB (Red+Green+Blue) = 148+215+0=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #94D700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D700 is #6B28FF. Grayscale: #ABABAB. Windows color (decimal): -7022848 or 55188. OLE color: 55188.

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

Color convert

RGB 148 215 0 -
CMYK 0.31 0 1 0.16
HSL 78.7º 1% 0.42% -
HSV(B) 78.7º 1% 0.84% -
XYZ 36.51 54.9 8.67 -
YUV 170.46 31.8 111.98 -
System Red Green Blue C M Y K H S L
Decimal 148 215 0 0.31 0 1 0.16 78.7 1 0.42
Hex 94 D7 0 1F 0 64 10 4F 64 2A
Octal 224 327 0 37 0 144 20 117 144 52
Binary 10010100 11010111 0 11111 0 1100100 10000 1001111 1100100 101010

Color Harmonies of #94D700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D700

Black with #94D700

Text Example


Text Example

White with #94D700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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