Html Css Color HEX #50DA2A Kelly Green

📋 copy color: '#50DA2A'

red 80 ◦ green 218 ◦ blue 42

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

Shades of Kelly Green #50DA2A

Tints of Kelly Green #50DA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.35%

R = 23.53%
G = 64.12%
B = 12.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#50DA2A (or 0x50DA2A) is known color: Kelly Green. HEX triplet: 50, DA and 2A. RGB value is (80,218,42). Sum of RGB (Red+Green+Blue) = 80+218+42=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 218 (85.55% from 255 or 64.12% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DA2A is #AF25D5. Grayscale: #9D9D9D. Windows color (decimal): -11478486 or 2808400. OLE color: 2808400.

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

Color convert

RGB 80 218 42 -
CMYK 0.63 0 0.81 0.15
HSL 107.05º 0.7% 0.51% -
HSV(B) 107.05º 0.81% 0.85% -
XYZ 28.8 52.02 10.71 -
YUV 156.67 63.28 73.31 -
System Red Green Blue C M Y K H S L
Decimal 80 218 42 0.63 0 0.81 0.15 107.05 0.7 0.51
Hex 50 DA 2A 3F 0 51 F 6B 46 33
Octal 120 332 52 77 0 121 17 153 106 63
Binary 1010000 11011010 101010 111111 0 1010001 1111 1101011 1000110 110011

Color Harmonies of #50DA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA2A

Black with #50DA2A

Text Example


Text Example

White with #50DA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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