Html Css Color HEX #94D932 Yellow Green

📋 copy color: '#94D932'

red 148 ◦ green 217 ◦ blue 50

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

Shades of Yellow Green #94D932

Tints of Yellow Green #94D932

RGB

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

 GREEN value IS 217 (85.16% from 255) = 52.29%

 BLUE value IS 50 (19.92% from 255) = 12.05%

R = 35.66%
G = 52.29%
B = 12.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#94D932 (or 0x94D932) is known color: Yellow Green. HEX triplet: 94, D9 and 32. RGB value is (148,217,50). Sum of RGB (Red+Green+Blue) = 148+217+50=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 217 (85.16% from 255 or 52.29% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 217 - color contains mainly: green. Hex color #94D932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D932 is #6B26CD. Grayscale: #B1B1B1. Windows color (decimal): -7022286 or 3332500. OLE color: 3332500.

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

Color convert

RGB 148 217 50 -
CMYK 0.32 0 0.77 0.15
HSL 84.79º 0.69% 0.52% -
HSV(B) 84.79º 0.77% 0.85% -
XYZ 37.6 56.15 11.87 -
YUV 177.33 56.14 107.08 -
System Red Green Blue C M Y K H S L
Decimal 148 217 50 0.32 0 0.77 0.15 84.79 0.69 0.52
Hex 94 D9 32 20 0 4D F 55 45 34
Octal 224 331 62 40 0 115 17 125 105 64
Binary 10010100 11011001 110010 100000 0 1001101 1111 1010101 1000101 110100

Color Harmonies of #94D932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D932

Black with #94D932

Text Example


Text Example

White with #94D932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,217,50); }

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

background-color css

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

 a { background-color: rgb(148,217,50); }

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

border-color css

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

 span { border-color: rgb(148,217,50); }

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