Html Css Color HEX #50D822 Kelly Green

📋 copy color: '#50D822'

red 80 ◦ green 216 ◦ blue 34

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

Shades of Kelly Green #50D822

Tints of Kelly Green #50D822

RGB

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

 GREEN value IS 216 (84.77% from 255) = 65.45%

 BLUE value IS 34 (13.67% from 255) = 10.3%

R = 24.24%
G = 65.45%
B = 10.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#50D822 (or 0x50D822) is known color: Kelly Green. HEX triplet: 50, D8 and 22. RGB value is (80,216,34). Sum of RGB (Red+Green+Blue) = 80+216+34=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 216 (84.77% from 255 or 65.45% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 216 - color contains mainly: green. Hex color #50D822 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D822 is #AF27DD. Grayscale: #9B9B9B. Windows color (decimal): -11479006 or 2283600. OLE color: 2283600.

HSL color Cylindrical-coordinate representation of color #50D822: hue angle of 104.84º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50D822 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 216 34 -
CMYK 0.63 0 0.84 0.15
HSL 104.84º 0.73% 0.49% -
HSV(B) 104.84º 0.84% 0.85% -
XYZ 28.15 50.93 9.86 -
YUV 154.59 59.94 74.8 -
System Red Green Blue C M Y K H S L
Decimal 80 216 34 0.63 0 0.84 0.15 104.84 0.73 0.49
Hex 50 D8 22 3F 0 54 F 69 49 31
Octal 120 330 42 77 0 124 17 151 111 61
Binary 1010000 11011000 100010 111111 0 1010100 1111 1101001 1001001 110001

Color Harmonies of #50D822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D822

Black with #50D822

Text Example


Text Example

White with #50D822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,216,34); }

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

background-color css

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

 a { background-color: rgb(80,216,34); }

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

border-color css

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

 span { border-color: rgb(80,216,34); }

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