Html Css Color HEX #94DC32 Yellow Green

📋 copy color: '#94DC32'

red 148 ◦ green 220 ◦ blue 50

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

Shades of Yellow Green #94DC32

Tints of Yellow Green #94DC32

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.63%

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

R = 35.41%
G = 52.63%
B = 11.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#94DC32 (or 0x94DC32) is known color: Yellow Green. HEX triplet: 94, DC and 32. RGB value is (148,220,50). Sum of RGB (Red+Green+Blue) = 148+220+50=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DC32 is #6B23CD. Grayscale: #B3B3B3. Windows color (decimal): -7021518 or 3333268. OLE color: 3333268.

HSL color Cylindrical-coordinate representation of color #94DC32: hue angle of 85.41º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94DC32 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 220 50 -
CMYK 0.33 0 0.77 0.14
HSL 85.41º 0.71% 0.53% -
HSV(B) 85.41º 0.77% 0.86% -
XYZ 38.38 57.71 12.13 -
YUV 179.09 55.15 105.82 -
System Red Green Blue C M Y K H S L
Decimal 148 220 50 0.33 0 0.77 0.14 85.41 0.71 0.53
Hex 94 DC 32 21 0 4D E 55 47 35
Octal 224 334 62 41 0 115 16 125 107 65
Binary 10010100 11011100 110010 100001 0 1001101 1110 1010101 1000111 110101

Color Harmonies of #94DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DC32

Black with #94DC32

Text Example


Text Example

White with #94DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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