Html Css Color HEX #50D713 Kelly Green

📋 copy color: '#50D713'

red 80 ◦ green 215 ◦ blue 19

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

Shades of Kelly Green #50D713

Tints of Kelly Green #50D713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.05%

R = 25.48%
G = 68.47%
B = 6.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#50D713 (or 0x50D713) is known color: Kelly Green. HEX triplet: 50, D7 and 13. RGB value is (80,215,19). Sum of RGB (Red+Green+Blue) = 80+215+19=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 215 (84.38% from 255 or 68.47% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 215 - color contains mainly: green. Hex color #50D713 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D713 is #AF28EC. Grayscale: #989898. Windows color (decimal): -11479277 or 1300304. OLE color: 1300304.

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

Color convert

RGB 80 215 19 -
CMYK 0.63 0 0.91 0.16
HSL 101.33º 0.84% 0.46% -
HSV(B) 101.33º 0.91% 0.84% -
XYZ 27.73 50.35 8.87 -
YUV 152.29 52.77 76.44 -
System Red Green Blue C M Y K H S L
Decimal 80 215 19 0.63 0 0.91 0.16 101.33 0.84 0.46
Hex 50 D7 13 3F 0 5B 10 65 54 2E
Octal 120 327 23 77 0 133 20 145 124 56
Binary 1010000 11010111 10011 111111 0 1011011 10000 1100101 1010100 101110

Color Harmonies of #50D713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D713

Black with #50D713

Text Example


Text Example

White with #50D713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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