Html Css Color HEX #94DA04 Inch Worm

📋 copy color: '#94DA04'

red 148 ◦ green 218 ◦ blue 4

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

Shades of Inch Worm #94DA04

Tints of Inch Worm #94DA04

RGB

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

 GREEN value IS 218 (85.55% from 255) = 58.92%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 40%
G = 58.92%
B = 1.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#94DA04 (or 0x94DA04) is known color: Inch Worm. HEX triplet: 94, DA and 04. RGB value is (148,218,4). Sum of RGB (Red+Green+Blue) = 148+218+4=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 218 (85.55% from 255 or 58.92% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DA04 is #6B25FB. Grayscale: #ADADAD. Windows color (decimal): -7022076 or 318100. OLE color: 318100.

HSL color Cylindrical-coordinate representation of color #94DA04: hue angle of 79.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94DA04 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 218 4 -
CMYK 0.32 0 0.98 0.15
HSL 79.63º 0.96% 0.44% -
HSV(B) 79.63º 0.98% 0.85% -
XYZ 37.31 56.45 9.04 -
YUV 172.67 32.81 110.4 -
System Red Green Blue C M Y K H S L
Decimal 148 218 4 0.32 0 0.98 0.15 79.63 0.96 0.44
Hex 94 DA 4 20 0 62 F 50 60 2C
Octal 224 332 4 40 0 142 17 120 140 54
Binary 10010100 11011010 100 100000 0 1100010 1111 1010000 1100000 101100

Color Harmonies of #94DA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA04

Black with #94DA04

Text Example


Text Example

White with #94DA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,218,4); }

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

background-color css

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

 a { background-color: rgb(148,218,4); }

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

border-color css

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

 span { border-color: rgb(148,218,4); }

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