Html Css Color HEX #50D61D Kelly Green

📋 copy color: '#50D61D'

red 80 ◦ green 214 ◦ blue 29

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

Shades of Kelly Green #50D61D

Tints of Kelly Green #50D61D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 66.25%

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

R = 24.77%
G = 66.25%
B = 8.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#50D61D (or 0x50D61D) is known color: Kelly Green. HEX triplet: 50, D6 and 1D. RGB value is (80,214,29). Sum of RGB (Red+Green+Blue) = 80+214+29=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 214 (83.98% from 255 or 66.25% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 214 - color contains mainly: green. Hex color #50D61D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D61D is #AF29E2. Grayscale: #999999. Windows color (decimal): -11479523 or 1955408. OLE color: 1955408.

HSL color Cylindrical-coordinate representation of color #50D61D: hue angle of 103.46º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50D61D is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 214 29 -
CMYK 0.63 0 0.86 0.16
HSL 103.46º 0.76% 0.48% -
HSV(B) 103.46º 0.86% 0.84% -
XYZ 27.58 49.89 9.34 -
YUV 152.84 58.11 76.04 -
System Red Green Blue C M Y K H S L
Decimal 80 214 29 0.63 0 0.86 0.16 103.46 0.76 0.48
Hex 50 D6 1D 3F 0 56 10 67 4C 30
Octal 120 326 35 77 0 126 20 147 114 60
Binary 1010000 11010110 11101 111111 0 1010110 10000 1100111 1001100 110000

Color Harmonies of #50D61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D61D

Black with #50D61D

Text Example


Text Example

White with #50D61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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