Html Css Color HEX #94D504 Inch Worm

📋 copy color: '#94D504'

red 148 ◦ green 213 ◦ blue 4

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

Shades of Inch Worm #94D504

Tints of Inch Worm #94D504

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.36%

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

R = 40.55%
G = 58.36%
B = 1.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#94D504 (or 0x94D504) is known color: Inch Worm. HEX triplet: 94, D5 and 04. RGB value is (148,213,4). Sum of RGB (Red+Green+Blue) = 148+213+4=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #94D504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D504 is #6B2AFB. Grayscale: #AAAAAA. Windows color (decimal): -7023356 or 316820. OLE color: 316820.

HSL color Cylindrical-coordinate representation of color #94D504: hue angle of 78.66º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94D504 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 213 4 -
CMYK 0.31 0 0.98 0.16
HSL 78.66º 0.96% 0.43% -
HSV(B) 78.66º 0.98% 0.84% -
XYZ 36.03 53.89 8.62 -
YUV 169.74 34.47 112.49 -
System Red Green Blue C M Y K H S L
Decimal 148 213 4 0.31 0 0.98 0.16 78.66 0.96 0.43
Hex 94 D5 4 1F 0 62 10 4F 60 2B
Octal 224 325 4 37 0 142 20 117 140 53
Binary 10010100 11010101 100 11111 0 1100010 10000 1001111 1100000 101011

Color Harmonies of #94D504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D504

Black with #94D504

Text Example


Text Example

White with #94D504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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