Html Css Color HEX #50D224 Kelly Green

📋 copy color: '#50D224'

red 80 ◦ green 210 ◦ blue 36

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

Shades of Kelly Green #50D224

Tints of Kelly Green #50D224

RGB

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

 GREEN value IS 210 (82.42% from 255) = 64.42%

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

R = 24.54%
G = 64.42%
B = 11.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#50D224 (or 0x50D224) is known color: Kelly Green. HEX triplet: 50, D2 and 24. RGB value is (80,210,36). Sum of RGB (Red+Green+Blue) = 80+210+36=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 210 (82.42% from 255 or 64.42% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 210 - color contains mainly: green. Hex color #50D224 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D224 is #AF2DDB. Grayscale: #979797. Windows color (decimal): -11480540 or 2413136. OLE color: 2413136.

HSL color Cylindrical-coordinate representation of color #50D224: hue angle of 104.83º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50D224 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 210 36 -
CMYK 0.62 0 0.83 0.18
HSL 104.83º 0.71% 0.48% -
HSV(B) 104.83º 0.83% 0.82% -
XYZ 26.67 47.93 9.51 -
YUV 151.29 62.93 77.15 -
System Red Green Blue C M Y K H S L
Decimal 80 210 36 0.62 0 0.83 0.18 104.83 0.71 0.48
Hex 50 D2 24 3E 0 53 12 69 47 30
Octal 120 322 44 76 0 123 22 151 107 60
Binary 1010000 11010010 100100 111110 0 1010011 10010 1101001 1000111 110000

Color Harmonies of #50D224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D224

Black with #50D224

Text Example


Text Example

White with #50D224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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