Html Css Color HEX #50C020 Kelly Green

📋 copy color: '#50C020'

red 80 ◦ green 192 ◦ blue 32

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

Shades of Kelly Green #50C020

Tints of Kelly Green #50C020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.16%

 BLUE value IS 32 (12.89% from 255) = 10.53%

R = 26.32%
G = 63.16%
B = 10.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#50C020 (or 0x50C020) is known color: Kelly Green. HEX triplet: 50, C0 and 20. RGB value is (80,192,32). Sum of RGB (Red+Green+Blue) = 80+192+32=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #50C020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C020 is #AF3FDF. Grayscale: #8C8C8C. Windows color (decimal): -11485152 or 2146384. OLE color: 2146384.

HSL color Cylindrical-coordinate representation of color #50C020: hue angle of 102º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50C020 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 32 -
CMYK 0.58 0 0.83 0.25
HSL 102º 0.71% 0.44% -
HSV(B) 102º 0.83% 0.75% -
XYZ 22.42 39.51 7.81 -
YUV 140.27 66.89 85.01 -
System Red Green Blue C M Y K H S L
Decimal 80 192 32 0.58 0 0.83 0.25 102 0.71 0.44
Hex 50 C0 20 3A 0 53 19 66 47 2C
Octal 120 300 40 72 0 123 31 146 107 54
Binary 1010000 11000000 100000 111010 0 1010011 11001 1100110 1000111 101100

Color Harmonies of #50C020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C020

Black with #50C020

Text Example


Text Example

White with #50C020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,192,32); }

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

background-color css

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

 a { background-color: rgb(80,192,32); }

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

border-color css

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

 span { border-color: rgb(80,192,32); }

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