Html Css Color HEX #50DB13 Kelly Green

📋 copy color: '#50DB13'

red 80 ◦ green 219 ◦ blue 19

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

Shades of Kelly Green #50DB13

Tints of Kelly Green #50DB13

RGB

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

 GREEN value IS 219 (85.94% from 255) = 68.87%

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

R = 25.16%
G = 68.87%
B = 5.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#50DB13 (or 0x50DB13) is known color: Kelly Green. HEX triplet: 50, DB and 13. RGB value is (80,219,19). Sum of RGB (Red+Green+Blue) = 80+219+19=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 219 (85.94% from 255 or 68.87% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DB13 is #AF24EC. Grayscale: #9B9B9B. Windows color (decimal): -11478253 or 1301328. OLE color: 1301328.

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

Color convert

RGB 80 219 19 -
CMYK 0.63 0 0.91 0.14
HSL 101.7º 0.84% 0.47% -
HSV(B) 101.7º 0.91% 0.86% -
XYZ 28.76 52.42 9.22 -
YUV 154.64 51.45 74.76 -
System Red Green Blue C M Y K H S L
Decimal 80 219 19 0.63 0 0.91 0.14 101.7 0.84 0.47
Hex 50 DB 13 3F 0 5B E 66 54 2F
Octal 120 333 23 77 0 133 16 146 124 57
Binary 1010000 11011011 10011 111111 0 1011011 1110 1100110 1010100 101111

Color Harmonies of #50DB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DB13

Black with #50DB13

Text Example


Text Example

White with #50DB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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