Html Css Color HEX #50DD1D Kelly Green

📋 copy color: '#50DD1D'

red 80 ◦ green 221 ◦ blue 29

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

Shades of Kelly Green #50DD1D

Tints of Kelly Green #50DD1D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 66.97%

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

R = 24.24%
G = 66.97%
B = 8.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#50DD1D (or 0x50DD1D) is known color: Kelly Green. HEX triplet: 50, DD and 1D. RGB value is (80,221,29). Sum of RGB (Red+Green+Blue) = 80+221+29=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DD1D is #AF22E2. Grayscale: #9D9D9D. Windows color (decimal): -11477731 or 1957200. OLE color: 1957200.

HSL color Cylindrical-coordinate representation of color #50DD1D: hue angle of 104.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50DD1D is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 221 29 -
CMYK 0.64 0 0.87 0.13
HSL 104.06º 0.77% 0.49% -
HSV(B) 104.06º 0.87% 0.87% -
XYZ 29.39 53.51 9.94 -
YUV 156.95 55.79 73.11 -
System Red Green Blue C M Y K H S L
Decimal 80 221 29 0.64 0 0.87 0.13 104.06 0.77 0.49
Hex 50 DD 1D 40 0 57 D 68 4D 31
Octal 120 335 35 100 0 127 15 150 115 61
Binary 1010000 11011101 11101 1000000 0 1010111 1101 1101000 1001101 110001

Color Harmonies of #50DD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DD1D

Black with #50DD1D

Text Example


Text Example

White with #50DD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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