Html Css Color HEX #94ED32 Green Yellow

📋 copy color: '#94ED32'

red 148 ◦ green 237 ◦ blue 50

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

Shades of Green Yellow #94ED32

Tints of Green Yellow #94ED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.48%

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

R = 34.02%
G = 54.48%
B = 11.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#94ED32 (or 0x94ED32) is known color: Green Yellow. HEX triplet: 94, ED and 32. RGB value is (148,237,50). Sum of RGB (Red+Green+Blue) = 148+237+50=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 237 (92.97% from 255 or 54.48% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94ED32 is #6B12CD. Grayscale: #BDBDBD. Windows color (decimal): -7017166 or 3337620. OLE color: 3337620.

HSL color Cylindrical-coordinate representation of color #94ED32: hue angle of 88.56º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94ED32 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 237 50 -
CMYK 0.38 0 0.79 0.07
HSL 88.56º 0.84% 0.56% -
HSV(B) 88.56º 0.79% 0.93% -
XYZ 43.07 67.09 13.7 -
YUV 189.07 49.51 98.71 -
System Red Green Blue C M Y K H S L
Decimal 148 237 50 0.38 0 0.79 0.07 88.56 0.84 0.56
Hex 94 ED 32 26 0 4F 7 59 54 38
Octal 224 355 62 46 0 117 7 131 124 70
Binary 10010100 11101101 110010 100110 0 1001111 111 1011001 1010100 111000

Color Harmonies of #94ED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ED32

Black with #94ED32

Text Example


Text Example

White with #94ED32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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