Html Css Color HEX #50E024 Kelly Green

📋 copy color: '#50E024'

red 80 ◦ green 224 ◦ blue 36

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

Shades of Kelly Green #50E024

Tints of Kelly Green #50E024

RGB

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

 GREEN value IS 224 (87.89% from 255) = 65.88%

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

R = 23.53%
G = 65.88%
B = 10.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#50E024 (or 0x50E024) is known color: Kelly Green. HEX triplet: 50, E0 and 24. RGB value is (80,224,36). Sum of RGB (Red+Green+Blue) = 80+224+36=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 224 (87.89% from 255 or 65.88% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 224 - color contains mainly: green. Hex color #50E024 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E024 is #AF1FDB. Grayscale: #A0A0A0. Windows color (decimal): -11476956 or 2416720. OLE color: 2416720.

HSL color Cylindrical-coordinate representation of color #50E024: hue angle of 105.96º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50E024 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 224 36 -
CMYK 0.64 0 0.84 0.12
HSL 105.96º 0.75% 0.51% -
HSV(B) 105.96º 0.84% 0.88% -
XYZ 30.28 55.14 10.72 -
YUV 159.51 58.29 71.29 -
System Red Green Blue C M Y K H S L
Decimal 80 224 36 0.64 0 0.84 0.12 105.96 0.75 0.51
Hex 50 E0 24 40 0 54 C 6A 4B 33
Octal 120 340 44 100 0 124 14 152 113 63
Binary 1010000 11100000 100100 1000000 0 1010100 1100 1101010 1001011 110011

Color Harmonies of #50E024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E024

Black with #50E024

Text Example


Text Example

White with #50E024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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