Html Css Color HEX #94D629 Yellow Green

📋 copy color: '#94D629'

red 148 ◦ green 214 ◦ blue 41

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

Shades of Yellow Green #94D629

Tints of Yellow Green #94D629

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.1%

 BLUE value IS 41 (16.41% from 255) = 10.17%

R = 36.72%
G = 53.1%
B = 10.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#94D629 (or 0x94D629) is known color: Yellow Green. HEX triplet: 94, D6 and 29. RGB value is (148,214,41). Sum of RGB (Red+Green+Blue) = 148+214+41=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #94D629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D629 is #6B29D6. Grayscale: #AFAFAF. Windows color (decimal): -7023063 or 2741908. OLE color: 2741908.

HSL color Cylindrical-coordinate representation of color #94D629: hue angle of 82.89º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94D629 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 214 41 -
CMYK 0.31 0 0.81 0.16
HSL 82.89º 0.68% 0.5% -
HSV(B) 82.89º 0.81% 0.84% -
XYZ 36.66 54.55 10.69 -
YUV 174.54 52.63 109.07 -
System Red Green Blue C M Y K H S L
Decimal 148 214 41 0.31 0 0.81 0.16 82.89 0.68 0.5
Hex 94 D6 29 1F 0 51 10 53 44 32
Octal 224 326 51 37 0 121 20 123 104 62
Binary 10010100 11010110 101001 11111 0 1010001 10000 1010011 1000100 110010

Color Harmonies of #94D629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D629

Black with #94D629

Text Example


Text Example

White with #94D629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,214,41); }

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

background-color css

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

 a { background-color: rgb(148,214,41); }

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

border-color css

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

 span { border-color: rgb(148,214,41); }

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