Html Css Color HEX #50A61A Kelly Green

📋 copy color: '#50A61A'

red 80 ◦ green 166 ◦ blue 26

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

Shades of Kelly Green #50A61A

Tints of Kelly Green #50A61A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 61.03%

 BLUE value IS 26 (10.55% from 255) = 9.56%

R = 29.41%
G = 61.03%
B = 9.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#50A61A (or 0x50A61A) is known color: Kelly Green. HEX triplet: 50, A6 and 1A. RGB value is (80,166,26). Sum of RGB (Red+Green+Blue) = 80+166+26=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 166 (65.23% from 255 or 61.03% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 166 - color contains mainly: green. Hex color #50A61A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A61A is #AF59E5. Grayscale: #7C7C7C. Windows color (decimal): -11491814 or 1746512. OLE color: 1746512.

HSL color Cylindrical-coordinate representation of color #50A61A: hue angle of 96.86º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50A61A is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 166 26 -
CMYK 0.52 0 0.84 0.35
HSL 96.86º 0.73% 0.38% -
HSV(B) 96.86º 0.84% 0.65% -
XYZ 17.13 29.05 5.68 -
YUV 124.33 72.51 96.38 -
System Red Green Blue C M Y K H S L
Decimal 80 166 26 0.52 0 0.84 0.35 96.86 0.73 0.38
Hex 50 A6 1A 34 0 54 23 61 49 26
Octal 120 246 32 64 0 124 43 141 111 46
Binary 1010000 10100110 11010 110100 0 1010100 100011 1100001 1001001 100110

Color Harmonies of #50A61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A61A

Black with #50A61A

Text Example


Text Example

White with #50A61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,166,26); }

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

background-color css

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

 a { background-color: rgb(80,166,26); }

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

border-color css

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

 span { border-color: rgb(80,166,26); }

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