Html Css Color HEX #50AD28 Kelly Green

📋 copy color: '#50AD28'

red 80 ◦ green 173 ◦ blue 40

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

Shades of Kelly Green #50AD28

Tints of Kelly Green #50AD28

RGB

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

 GREEN value IS 173 (67.97% from 255) = 59.04%

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 27.3%
G = 59.04%
B = 13.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#50AD28 (or 0x50AD28) is known color: Kelly Green. HEX triplet: 50, AD and 28. RGB value is (80,173,40). Sum of RGB (Red+Green+Blue) = 80+173+40=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AD28 is #AF52D7. Grayscale: #828282. Windows color (decimal): -11490008 or 2665808. OLE color: 2665808.

HSL color Cylindrical-coordinate representation of color #50AD28: hue angle of 101.95º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50AD28 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 173 40 -
CMYK 0.54 0 0.77 0.32
HSL 101.95º 0.62% 0.42% -
HSV(B) 101.95º 0.77% 0.68% -
XYZ 18.63 31.75 7.15 -
YUV 130.03 77.19 92.31 -
System Red Green Blue C M Y K H S L
Decimal 80 173 40 0.54 0 0.77 0.32 101.95 0.62 0.42
Hex 50 AD 28 36 0 4D 20 66 3E 2A
Octal 120 255 50 66 0 115 40 146 76 52
Binary 1010000 10101101 101000 110110 0 1001101 100000 1100110 111110 101010

Color Harmonies of #50AD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AD28

Black with #50AD28

Text Example


Text Example

White with #50AD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,173,40); }

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

background-color css

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

 a { background-color: rgb(80,173,40); }

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

border-color css

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

 span { border-color: rgb(80,173,40); }

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