Html Css Color HEX #94D320 Yellow Green

📋 copy color: '#94D320'

red 148 ◦ green 211 ◦ blue 32

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

Shades of Yellow Green #94D320

Tints of Yellow Green #94D320

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.96%

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

R = 37.85%
G = 53.96%
B = 8.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#94D320 (or 0x94D320) is known color: Yellow Green. HEX triplet: 94, D3 and 20. RGB value is (148,211,32). Sum of RGB (Red+Green+Blue) = 148+211+32=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #94D320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D320 is #6B2CDF. Grayscale: #ACACAC. Windows color (decimal): -7023840 or 2151316. OLE color: 2151316.

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

Color convert

RGB 148 211 32 -
CMYK 0.30 0 0.85 0.17
HSL 81.12º 0.74% 0.48% -
HSV(B) 81.12º 0.85% 0.83% -
XYZ 35.77 52.99 9.71 -
YUV 171.76 49.13 111.05 -
System Red Green Blue C M Y K H S L
Decimal 148 211 32 0.30 0 0.85 0.17 81.12 0.74 0.48
Hex 94 D3 20 1E 0 55 11 51 4A 30
Octal 224 323 40 36 0 125 21 121 112 60
Binary 10010100 11010011 100000 11110 0 1010101 10001 1010001 1001010 110000

Color Harmonies of #94D320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D320

Black with #94D320

Text Example


Text Example

White with #94D320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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