Html Css Color HEX #50DA22 Kelly Green

📋 copy color: '#50DA22'

red 80 ◦ green 218 ◦ blue 34

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

Shades of Kelly Green #50DA22

Tints of Kelly Green #50DA22

RGB

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

 GREEN value IS 218 (85.55% from 255) = 65.66%

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

R = 24.1%
G = 65.66%
B = 10.24%

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

#50DA22 (or 0x50DA22) is known color: Kelly Green. HEX triplet: 50, DA and 22. RGB value is (80,218,34). Sum of RGB (Red+Green+Blue) = 80+218+34=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 218 (85.55% from 255 or 65.66% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DA22 is #AF25DD. Grayscale: #9C9C9C. Windows color (decimal): -11478494 or 2284112. OLE color: 2284112.

HSL color Cylindrical-coordinate representation of color #50DA22: hue angle of 105º 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 #50DA22 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 218 34 -
CMYK 0.63 0 0.84 0.15
HSL 105º 0.73% 0.49% -
HSV(B) 105º 0.84% 0.85% -
XYZ 28.67 51.96 10.03 -
YUV 155.76 59.28 73.96 -
System Red Green Blue C M Y K H S L
Decimal 80 218 34 0.63 0 0.84 0.15 105 0.73 0.49
Hex 50 DA 22 3F 0 54 F 69 49 31
Octal 120 332 42 77 0 124 17 151 111 61
Binary 1010000 11011010 100010 111111 0 1010100 1111 1101001 1001001 110001

Color Harmonies of #50DA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA22

Black with #50DA22

Text Example


Text Example

White with #50DA22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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