Html Css Color HEX #94D321 Yellow Green

📋 copy color: '#94D321'

red 148 ◦ green 211 ◦ blue 33

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

Shades of Yellow Green #94D321

Tints of Yellow Green #94D321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.42%

R = 37.76%
G = 53.83%
B = 8.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#94D321 (or 0x94D321) is known color: Yellow Green. HEX triplet: 94, D3 and 21. RGB value is (148,211,33). Sum of RGB (Red+Green+Blue) = 148+211+33=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 211 (82.81% from 255 or 53.83% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 211 - color contains mainly: green. Hex color #94D321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D321 is #6B2CDE. Grayscale: #ACACAC. Windows color (decimal): -7023839 or 2216852. OLE color: 2216852.

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

Color convert

RGB 148 211 33 -
CMYK 0.30 0 0.84 0.17
HSL 81.24º 0.73% 0.48% -
HSV(B) 81.24º 0.84% 0.83% -
XYZ 35.78 52.99 9.78 -
YUV 171.87 49.63 110.97 -
System Red Green Blue C M Y K H S L
Decimal 148 211 33 0.30 0 0.84 0.17 81.24 0.73 0.48
Hex 94 D3 21 1E 0 54 11 51 49 30
Octal 224 323 41 36 0 124 21 121 111 60
Binary 10010100 11010011 100001 11110 0 1010100 10001 1010001 1001001 110000

Color Harmonies of #94D321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D321

Black with #94D321

Text Example


Text Example

White with #94D321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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