Html Css Color HEX #50D910 Kelly Green

📋 copy color: '#50D910'

red 80 ◦ green 217 ◦ blue 16

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

Shades of Kelly Green #50D910

Tints of Kelly Green #50D910

RGB

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

 GREEN value IS 217 (85.16% from 255) = 69.33%

 BLUE value IS 16 (6.64% from 255) = 5.11%

R = 25.56%
G = 69.33%
B = 5.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#50D910 (or 0x50D910) is known color: Kelly Green. HEX triplet: 50, D9 and 10. RGB value is (80,217,16). Sum of RGB (Red+Green+Blue) = 80+217+16=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 217 (85.16% from 255 or 69.33% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 217 - color contains mainly: green. Hex color #50D910 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D910 is #AF26EF. Grayscale: #999999. Windows color (decimal): -11478768 or 1104208. OLE color: 1104208.

HSL color Cylindrical-coordinate representation of color #50D910: hue angle of 100.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50D910 is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 217 16 -
CMYK 0.63 0 0.93 0.15
HSL 100.9º 0.86% 0.46% -
HSV(B) 100.9º 0.93% 0.85% -
XYZ 28.21 51.37 8.92 -
YUV 153.12 50.61 75.84 -
System Red Green Blue C M Y K H S L
Decimal 80 217 16 0.63 0 0.93 0.15 100.9 0.86 0.46
Hex 50 D9 10 3F 0 5D F 65 56 2E
Octal 120 331 20 77 0 135 17 145 126 56
Binary 1010000 11011001 10000 111111 0 1011101 1111 1100101 1010110 101110

Color Harmonies of #50D910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D910

Black with #50D910

Text Example


Text Example

White with #50D910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,217,16); }

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

background-color css

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

 a { background-color: rgb(80,217,16); }

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

border-color css

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

 span { border-color: rgb(80,217,16); }

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