Html Css Color HEX #94EC32 Green Yellow

📋 copy color: '#94EC32'

red 148 ◦ green 236 ◦ blue 50

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

Shades of Green Yellow #94EC32

Tints of Green Yellow #94EC32

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54.38%

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

R = 34.1%
G = 54.38%
B = 11.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#94EC32 (or 0x94EC32) is known color: Green Yellow. HEX triplet: 94, EC and 32. RGB value is (148,236,50). Sum of RGB (Red+Green+Blue) = 148+236+50=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EC32 is #6B13CD. Grayscale: #BDBDBD. Windows color (decimal): -7017422 or 3337364. OLE color: 3337364.

HSL color Cylindrical-coordinate representation of color #94EC32: hue angle of 88.39º degrees, saturation: 0.83, 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 #94EC32 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 236 50 -
CMYK 0.37 0 0.79 0.07
HSL 88.39º 0.83% 0.56% -
HSV(B) 88.39º 0.79% 0.93% -
XYZ 42.78 66.52 13.6 -
YUV 188.48 49.85 99.12 -
System Red Green Blue C M Y K H S L
Decimal 148 236 50 0.37 0 0.79 0.07 88.39 0.83 0.56
Hex 94 EC 32 25 0 4F 7 58 53 38
Octal 224 354 62 45 0 117 7 130 123 70
Binary 10010100 11101100 110010 100101 0 1001111 111 1011000 1010011 111000

Color Harmonies of #94EC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EC32

Black with #94EC32

Text Example


Text Example

White with #94EC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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