Html Css Color HEX #50D824 Kelly Green

📋 copy color: '#50D824'

red 80 ◦ green 216 ◦ blue 36

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

Shades of Kelly Green #50D824

Tints of Kelly Green #50D824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.84%

R = 24.1%
G = 65.06%
B = 10.84%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#50D824 (or 0x50D824) is known color: Kelly Green. HEX triplet: 50, D8 and 24. RGB value is (80,216,36). Sum of RGB (Red+Green+Blue) = 80+216+36=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 216 (84.77% from 255 or 65.06% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 216 - color contains mainly: green. Hex color #50D824 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D824 is #AF27DB. Grayscale: #9B9B9B. Windows color (decimal): -11479004 or 2414672. OLE color: 2414672.

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

Color convert

RGB 80 216 36 -
CMYK 0.63 0 0.83 0.15
HSL 105.33º 0.71% 0.49% -
HSV(B) 105.33º 0.83% 0.85% -
XYZ 28.18 50.94 10.02 -
YUV 154.82 60.94 74.64 -
System Red Green Blue C M Y K H S L
Decimal 80 216 36 0.63 0 0.83 0.15 105.33 0.71 0.49
Hex 50 D8 24 3F 0 53 F 69 47 31
Octal 120 330 44 77 0 123 17 151 107 61
Binary 1010000 11011000 100100 111111 0 1010011 1111 1101001 1000111 110001

Color Harmonies of #50D824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D824

Black with #50D824

Text Example


Text Example

White with #50D824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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