Html Css Color HEX #50A304 Kelly Green

📋 copy color: '#50A304'

red 80 ◦ green 163 ◦ blue 4

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

Shades of Kelly Green #50A304

Tints of Kelly Green #50A304

RGB

 RED value IS 80 (31.64% from 255) = 32.39%

 GREEN value IS 163 (64.06% from 255) = 65.99%

 BLUE value IS 4 (1.95% from 255) = 1.62%

R = 32.39%
G = 65.99%
B = 1.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#50A304 (or 0x50A304) is known color: Kelly Green. HEX triplet: 50, A3 and 04. RGB value is (80,163,4). Sum of RGB (Red+Green+Blue) = 80+163+4=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 163 (64.06% from 255 or 65.99% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 163 - color contains mainly: green. Hex color #50A304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A304 is #AF5CFB. Grayscale: #787878. Windows color (decimal): -11492604 or 303952. OLE color: 303952.

HSL color Cylindrical-coordinate representation of color #50A304: hue angle of 91.32º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50A304 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 163 4 -
CMYK 0.51 0 0.98 0.36
HSL 91.32º 0.95% 0.33% -
HSV(B) 91.32º 0.98% 0.64% -
XYZ 16.43 27.91 4.64 -
YUV 120.06 62.5 99.43 -
System Red Green Blue C M Y K H S L
Decimal 80 163 4 0.51 0 0.98 0.36 91.32 0.95 0.33
Hex 50 A3 4 33 0 62 24 5B 5F 21
Octal 120 243 4 63 0 142 44 133 137 41
Binary 1010000 10100011 100 110011 0 1100010 100100 1011011 1011111 100001

Color Harmonies of #50A304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A304

Black with #50A304

Text Example


Text Example

White with #50A304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A304; }

 p { color: rgb(80,163,4); }

 H1.HeaderClassName
 {
   color: #50A304;
 }
 .AnyTagClassName
 {
   color: #50A304;
 }
</style>

background-color css

<style>
 a { background-color: #50A304; }

 a { background-color: rgb(80,163,4); }

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

border-color css

<style>
 span { border-color: #50A304; }

 span { border-color: rgb(80,163,4); }

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