Html Css Color HEX #50D710 Kelly Green

📋 copy color: '#50D710'

red 80 ◦ green 215 ◦ blue 16

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

Shades of Kelly Green #50D710

Tints of Kelly Green #50D710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 69.13%

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

R = 25.72%
G = 69.13%
B = 5.14%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#50D710 (or 0x50D710) is known color: Kelly Green. HEX triplet: 50, D7 and 10. RGB value is (80,215,16). Sum of RGB (Red+Green+Blue) = 80+215+16=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 215 (84.38% from 255 or 69.13% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 215 - color contains mainly: green. Hex color #50D710 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D710 is #AF28EF. Grayscale: #989898. Windows color (decimal): -11479280 or 1103696. OLE color: 1103696.

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

Color convert

RGB 80 215 16 -
CMYK 0.63 0 0.93 0.16
HSL 100.7º 0.86% 0.45% -
HSV(B) 100.7º 0.93% 0.84% -
XYZ 27.7 50.34 8.75 -
YUV 151.95 51.27 76.68 -
System Red Green Blue C M Y K H S L
Decimal 80 215 16 0.63 0 0.93 0.16 100.7 0.86 0.45
Hex 50 D7 10 3F 0 5D 10 65 56 2D
Octal 120 327 20 77 0 135 20 145 126 55
Binary 1010000 11010111 10000 111111 0 1011101 10000 1100101 1010110 101101

Color Harmonies of #50D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D710

Black with #50D710

Text Example


Text Example

White with #50D710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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