Html Css Color HEX #50D50D Kelly Green

📋 copy color: '#50D50D'

red 80 ◦ green 213 ◦ blue 13

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

Shades of Kelly Green #50D50D

Tints of Kelly Green #50D50D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 69.61%

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 26.14%
G = 69.61%
B = 4.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#50D50D (or 0x50D50D) is known color: Kelly Green. HEX triplet: 50, D5 and 0D. RGB value is (80,213,13). Sum of RGB (Red+Green+Blue) = 80+213+13=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 213 (83.59% from 255 or 69.61% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 213 - color contains mainly: green. Hex color #50D50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D50D is #AF2AF2. Grayscale: #979797. Windows color (decimal): -11479795 or 906576. OLE color: 906576.

HSL color Cylindrical-coordinate representation of color #50D50D: hue angle of 99.9º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50D50D is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 13 -
CMYK 0.62 0 0.94 0.16
HSL 99.9º 0.88% 0.44% -
HSV(B) 99.9º 0.94% 0.84% -
XYZ 27.18 49.32 8.47 -
YUV 150.43 50.44 77.76 -
System Red Green Blue C M Y K H S L
Decimal 80 213 13 0.62 0 0.94 0.16 99.9 0.88 0.44
Hex 50 D5 D 3E 0 5E 10 64 58 2C
Octal 120 325 15 76 0 136 20 144 130 54
Binary 1010000 11010101 1101 111110 0 1011110 10000 1100100 1011000 101100

Color Harmonies of #50D50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D50D

Black with #50D50D

Text Example


Text Example

White with #50D50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,213,13); }

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

background-color css

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

 a { background-color: rgb(80,213,13); }

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

border-color css

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

 span { border-color: rgb(80,213,13); }

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