Html Css Color HEX #50A621 Kelly Green

📋 copy color: '#50A621'

red 80 ◦ green 166 ◦ blue 33

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

Shades of Kelly Green #50A621

Tints of Kelly Green #50A621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 28.67%
G = 59.5%
B = 11.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#50A621 (or 0x50A621) is known color: Kelly Green. HEX triplet: 50, A6 and 21. RGB value is (80,166,33). Sum of RGB (Red+Green+Blue) = 80+166+33=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 166 (65.23% from 255 or 59.50% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 166 - color contains mainly: green. Hex color #50A621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A621 is #AF59DE. Grayscale: #7D7D7D. Windows color (decimal): -11491807 or 2205264. OLE color: 2205264.

HSL color Cylindrical-coordinate representation of color #50A621: hue angle of 98.8º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50A621 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 166 33 -
CMYK 0.52 0 0.80 0.35
HSL 98.8º 0.67% 0.39% -
HSV(B) 98.8º 0.8% 0.65% -
XYZ 17.22 29.09 6.15 -
YUV 125.12 76.01 95.81 -
System Red Green Blue C M Y K H S L
Decimal 80 166 33 0.52 0 0.80 0.35 98.8 0.67 0.39
Hex 50 A6 21 34 0 50 23 63 43 27
Octal 120 246 41 64 0 120 43 143 103 47
Binary 1010000 10100110 100001 110100 0 1010000 100011 1100011 1000011 100111

Color Harmonies of #50A621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A621

Black with #50A621

Text Example


Text Example

White with #50A621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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