Html Css Color HEX #94D930 Yellow Green

📋 copy color: '#94D930'

red 148 ◦ green 217 ◦ blue 48

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

Shades of Yellow Green #94D930

Tints of Yellow Green #94D930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.62%

R = 35.84%
G = 52.54%
B = 11.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#94D930 (or 0x94D930) is known color: Yellow Green. HEX triplet: 94, D9 and 30. RGB value is (148,217,48). Sum of RGB (Red+Green+Blue) = 148+217+48=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 217 (85.16% from 255 or 52.54% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 217 - color contains mainly: green. Hex color #94D930 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D930 is #6B26CF. Grayscale: #B1B1B1. Windows color (decimal): -7022288 or 3201428. OLE color: 3201428.

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

Color convert

RGB 148 217 48 -
CMYK 0.32 0 0.78 0.15
HSL 84.5º 0.69% 0.52% -
HSV(B) 84.5º 0.78% 0.85% -
XYZ 37.56 56.14 11.65 -
YUV 177.1 55.14 107.24 -
System Red Green Blue C M Y K H S L
Decimal 148 217 48 0.32 0 0.78 0.15 84.5 0.69 0.52
Hex 94 D9 30 20 0 4E F 54 45 34
Octal 224 331 60 40 0 116 17 124 105 64
Binary 10010100 11011001 110000 100000 0 1001110 1111 1010100 1000101 110100

Color Harmonies of #94D930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D930

Black with #94D930

Text Example


Text Example

White with #94D930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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