Html Css Color HEX #94D407 Inch Worm

📋 copy color: '#94D407'

red 148 ◦ green 212 ◦ blue 7

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

Shades of Inch Worm #94D407

Tints of Inch Worm #94D407

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.77%

 BLUE value IS 7 (3.13% from 255) = 1.91%

R = 40.33%
G = 57.77%
B = 1.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#94D407 (or 0x94D407) is known color: Inch Worm. HEX triplet: 94, D4 and 07. RGB value is (148,212,7). Sum of RGB (Red+Green+Blue) = 148+212+7=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 212 (83.20% from 255 or 57.77% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 212 - color contains mainly: green. Hex color #94D407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D407 is #6B2BF8. Grayscale: #AAAAAA. Windows color (decimal): -7023609 or 513172. OLE color: 513172.

HSL color Cylindrical-coordinate representation of color #94D407: hue angle of 78.73º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94D407 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 212 7 -
CMYK 0.30 0 0.97 0.17
HSL 78.73º 0.94% 0.43% -
HSV(B) 78.73º 0.97% 0.83% -
XYZ 35.79 53.4 8.62 -
YUV 169.49 36.3 112.67 -
System Red Green Blue C M Y K H S L
Decimal 148 212 7 0.30 0 0.97 0.17 78.73 0.94 0.43
Hex 94 D4 7 1E 0 61 11 4F 5E 2B
Octal 224 324 7 36 0 141 21 117 136 53
Binary 10010100 11010100 111 11110 0 1100001 10001 1001111 1011110 101011

Color Harmonies of #94D407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D407

Black with #94D407

Text Example


Text Example

White with #94D407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,212,7); }

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

background-color css

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

 a { background-color: rgb(148,212,7); }

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

border-color css

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

 span { border-color: rgb(148,212,7); }

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