Html Css Color HEX #50D814 Kelly Green

📋 copy color: '#50D814'

red 80 ◦ green 216 ◦ blue 20

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

Shades of Kelly Green #50D814

Tints of Kelly Green #50D814

RGB

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

 GREEN value IS 216 (84.77% from 255) = 68.35%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 25.32%
G = 68.35%
B = 6.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#50D814 (or 0x50D814) is known color: Kelly Green. HEX triplet: 50, D8 and 14. RGB value is (80,216,20). Sum of RGB (Red+Green+Blue) = 80+216+20=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 216 (84.77% from 255 or 68.35% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 216 - color contains mainly: green. Hex color #50D814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D814 is #AF27EB. Grayscale: #999999. Windows color (decimal): -11479020 or 1366096. OLE color: 1366096.

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

Color convert

RGB 80 216 20 -
CMYK 0.63 0 0.91 0.15
HSL 101.63º 0.83% 0.46% -
HSV(B) 101.63º 0.91% 0.85% -
XYZ 27.99 50.87 9.01 -
YUV 152.99 52.94 75.94 -
System Red Green Blue C M Y K H S L
Decimal 80 216 20 0.63 0 0.91 0.15 101.63 0.83 0.46
Hex 50 D8 14 3F 0 5B F 66 53 2E
Octal 120 330 24 77 0 133 17 146 123 56
Binary 1010000 11011000 10100 111111 0 1011011 1111 1100110 1010011 101110

Color Harmonies of #50D814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D814

Black with #50D814

Text Example


Text Example

White with #50D814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,216,20); }

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

background-color css

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

 a { background-color: rgb(80,216,20); }

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

border-color css

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

 span { border-color: rgb(80,216,20); }

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