Html Css Color HEX #50C82C Kelly Green

📋 copy color: '#50C82C'

red 80 ◦ green 200 ◦ blue 44

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

Shades of Kelly Green #50C82C

Tints of Kelly Green #50C82C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 61.73%

 BLUE value IS 44 (17.58% from 255) = 13.58%

R = 24.69%
G = 61.73%
B = 13.58%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#50C82C (or 0x50C82C) is known color: Kelly Green. HEX triplet: 50, C8 and 2C. RGB value is (80,200,44). Sum of RGB (Red+Green+Blue) = 80+200+44=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #50C82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C82C is #AF37D3. Grayscale: #929292. Windows color (decimal): -11483092 or 2934864. OLE color: 2934864.

HSL color Cylindrical-coordinate representation of color #50C82C: hue angle of 106.15º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50C82C is Cyan = 0.6, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 44 -
CMYK 0.6 0 0.78 0.22
HSL 106.15º 0.64% 0.48% -
HSV(B) 106.15º 0.78% 0.78% -
XYZ 24.42 43.2 9.43 -
YUV 146.34 70.24 80.68 -
System Red Green Blue C M Y K H S L
Decimal 80 200 44 0.6 0 0.78 0.22 106.15 0.64 0.48
Hex 50 C8 2C 3C 0 4E 16 6A 40 30
Octal 120 310 54 74 0 116 26 152 100 60
Binary 1010000 11001000 101100 111100 0 1001110 10110 1101010 1000000 110000

Color Harmonies of #50C82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C82C

Black with #50C82C

Text Example


Text Example

White with #50C82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,200,44); }

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

background-color css

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

 a { background-color: rgb(80,200,44); }

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

border-color css

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

 span { border-color: rgb(80,200,44); }

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