Html Css Color HEX #50D21D Kelly Green

📋 copy color: '#50D21D'

red 80 ◦ green 210 ◦ blue 29

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

Shades of Kelly Green #50D21D

Tints of Kelly Green #50D21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.09%

R = 25.08%
G = 65.83%
B = 9.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#50D21D (or 0x50D21D) is known color: Kelly Green. HEX triplet: 50, D2 and 1D. RGB value is (80,210,29). Sum of RGB (Red+Green+Blue) = 80+210+29=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 210 (82.42% from 255 or 65.83% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 210 - color contains mainly: green. Hex color #50D21D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D21D is #AF2DE2. Grayscale: #979797. Windows color (decimal): -11480547 or 1954384. OLE color: 1954384.

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

Color convert

RGB 80 210 29 -
CMYK 0.62 0 0.86 0.18
HSL 103.09º 0.76% 0.47% -
HSV(B) 103.09º 0.86% 0.82% -
XYZ 26.58 47.89 9 -
YUV 150.5 59.43 77.72 -
System Red Green Blue C M Y K H S L
Decimal 80 210 29 0.62 0 0.86 0.18 103.09 0.76 0.47
Hex 50 D2 1D 3E 0 56 12 67 4C 2F
Octal 120 322 35 76 0 126 22 147 114 57
Binary 1010000 11010010 11101 111110 0 1010110 10010 1100111 1001100 101111

Color Harmonies of #50D21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D21D

Black with #50D21D

Text Example


Text Example

White with #50D21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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