Html Css Color HEX #50A315 Kelly Green

📋 copy color: '#50A315'

red 80 ◦ green 163 ◦ blue 21

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

Shades of Kelly Green #50A315

Tints of Kelly Green #50A315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.95%

R = 30.3%
G = 61.74%
B = 7.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#50A315 (or 0x50A315) is known color: Kelly Green. HEX triplet: 50, A3 and 15. RGB value is (80,163,21). Sum of RGB (Red+Green+Blue) = 80+163+21=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 163 (64.06% from 255 or 61.74% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 163 - color contains mainly: green. Hex color #50A315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A315 is #AF5CEA. Grayscale: #7A7A7A. Windows color (decimal): -11492587 or 1418064. OLE color: 1418064.

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

Color convert

RGB 80 163 21 -
CMYK 0.51 0 0.87 0.36
HSL 95.07º 0.77% 0.36% -
HSV(B) 95.07º 0.87% 0.64% -
XYZ 16.54 27.95 5.23 -
YUV 122 71 98.05 -
System Red Green Blue C M Y K H S L
Decimal 80 163 21 0.51 0 0.87 0.36 95.07 0.77 0.36
Hex 50 A3 15 33 0 57 24 5F 4D 24
Octal 120 243 25 63 0 127 44 137 115 44
Binary 1010000 10100011 10101 110011 0 1010111 100100 1011111 1001101 100100

Color Harmonies of #50A315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A315

Black with #50A315

Text Example


Text Example

White with #50A315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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