Html Css Color HEX #94E320 Yellow Green

📋 copy color: '#94E320'

red 148 ◦ green 227 ◦ blue 32

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

Shades of Yellow Green #94E320

Tints of Yellow Green #94E320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 55.77%

 BLUE value IS 32 (12.89% from 255) = 7.86%

R = 36.36%
G = 55.77%
B = 7.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#94E320 (or 0x94E320) is known color: Yellow Green. HEX triplet: 94, E3 and 20. RGB value is (148,227,32). Sum of RGB (Red+Green+Blue) = 148+227+32=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 227 (89.06% from 255 or 55.77% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 227 - color contains mainly: green. Hex color #94E320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E320 is #6B1CDF. Grayscale: #B5B5B5. Windows color (decimal): -7019744 or 2155412. OLE color: 2155412.

HSL color Cylindrical-coordinate representation of color #94E320: hue angle of 84.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94E320 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 227 32 -
CMYK 0.35 0 0.86 0.11
HSL 84.31º 0.78% 0.51% -
HSV(B) 84.31º 0.86% 0.89% -
XYZ 39.94 61.34 11.1 -
YUV 181.15 43.83 104.36 -
System Red Green Blue C M Y K H S L
Decimal 148 227 32 0.35 0 0.86 0.11 84.31 0.78 0.51
Hex 94 E3 20 23 0 56 B 54 4E 33
Octal 224 343 40 43 0 126 13 124 116 63
Binary 10010100 11100011 100000 100011 0 1010110 1011 1010100 1001110 110011

Color Harmonies of #94E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E320

Black with #94E320

Text Example


Text Example

White with #94E320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,227,32); }

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

background-color css

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

 a { background-color: rgb(148,227,32); }

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

border-color css

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

 span { border-color: rgb(148,227,32); }

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