Html Css Color HEX #50D719 Kelly Green

📋 copy color: '#50D719'

red 80 ◦ green 215 ◦ blue 25

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

Shades of Kelly Green #50D719

Tints of Kelly Green #50D719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.81%

R = 25%
G = 67.19%
B = 7.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#50D719 (or 0x50D719) is known color: Kelly Green. HEX triplet: 50, D7 and 19. RGB value is (80,215,25). Sum of RGB (Red+Green+Blue) = 80+215+25=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 215 (84.38% from 255 or 67.19% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 215 - color contains mainly: green. Hex color #50D719 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D719 is #AF28E6. Grayscale: #999999. Windows color (decimal): -11479271 or 1693520. OLE color: 1693520.

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

Color convert

RGB 80 215 25 -
CMYK 0.63 0 0.88 0.16
HSL 102.63º 0.79% 0.47% -
HSV(B) 102.63º 0.88% 0.84% -
XYZ 27.78 50.38 9.18 -
YUV 152.98 55.77 75.95 -
System Red Green Blue C M Y K H S L
Decimal 80 215 25 0.63 0 0.88 0.16 102.63 0.79 0.47
Hex 50 D7 19 3F 0 58 10 67 4F 2F
Octal 120 327 31 77 0 130 20 147 117 57
Binary 1010000 11010111 11001 111111 0 1011000 10000 1100111 1001111 101111

Color Harmonies of #50D719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D719

Black with #50D719

Text Example


Text Example

White with #50D719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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