Html Css Color HEX #94C520 Yellow Green

📋 copy color: '#94C520'

red 148 ◦ green 197 ◦ blue 32

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

Shades of Yellow Green #94C520

Tints of Yellow Green #94C520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.25%

 BLUE value IS 32 (12.89% from 255) = 8.49%

R = 39.26%
G = 52.25%
B = 8.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#94C520 (or 0x94C520) is known color: Yellow Green. HEX triplet: 94, C5 and 20. RGB value is (148,197,32). Sum of RGB (Red+Green+Blue) = 148+197+32=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #94C520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C520 is #6B3ADF. Grayscale: #A4A4A4. Windows color (decimal): -7027424 or 2147732. OLE color: 2147732.

HSL color Cylindrical-coordinate representation of color #94C520: hue angle of 77.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94C520 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 197 32 -
CMYK 0.25 0 0.84 0.23
HSL 77.82º 0.72% 0.45% -
HSV(B) 77.82º 0.84% 0.77% -
XYZ 32.44 46.33 8.6 -
YUV 163.54 53.77 116.92 -
System Red Green Blue C M Y K H S L
Decimal 148 197 32 0.25 0 0.84 0.23 77.82 0.72 0.45
Hex 94 C5 20 19 0 54 17 4E 48 2D
Octal 224 305 40 31 0 124 27 116 110 55
Binary 10010100 11000101 100000 11001 0 1010100 10111 1001110 1001000 101101

Color Harmonies of #94C520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C520

Black with #94C520

Text Example


Text Example

White with #94C520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,32); }

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

background-color css

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

 a { background-color: rgb(148,197,32); }

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

border-color css

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

 span { border-color: rgb(148,197,32); }

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