Html Css Color HEX #94D031 Yellow Green

📋 copy color: '#94D031'

red 148 ◦ green 208 ◦ blue 49

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

Shades of Yellow Green #94D031

Tints of Yellow Green #94D031

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.36%

 BLUE value IS 49 (19.53% from 255) = 12.1%

R = 36.54%
G = 51.36%
B = 12.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#94D031 (or 0x94D031) is known color: Yellow Green. HEX triplet: 94, D0 and 31. RGB value is (148,208,49). Sum of RGB (Red+Green+Blue) = 148+208+49=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #94D031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D031 is #6B2FCE. Grayscale: #ACACAC. Windows color (decimal): -7024591 or 3264660. OLE color: 3264660.

HSL color Cylindrical-coordinate representation of color #94D031: hue angle of 82.64º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94D031 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 49 -
CMYK 0.29 0 0.76 0.18
HSL 82.64º 0.63% 0.5% -
HSV(B) 82.64º 0.76% 0.82% -
XYZ 35.32 51.63 11.01 -
YUV 171.93 58.62 110.93 -
System Red Green Blue C M Y K H S L
Decimal 148 208 49 0.29 0 0.76 0.18 82.64 0.63 0.5
Hex 94 D0 31 1D 0 4C 12 53 3F 32
Octal 224 320 61 35 0 114 22 123 77 62
Binary 10010100 11010000 110001 11101 0 1001100 10010 1010011 111111 110010

Color Harmonies of #94D031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D031

Black with #94D031

Text Example


Text Example

White with #94D031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,49); }

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

background-color css

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

 a { background-color: rgb(148,208,49); }

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

border-color css

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

 span { border-color: rgb(148,208,49); }

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