Html Css Color HEX #50DF13 Kelly Green

📋 copy color: '#50DF13'

red 80 ◦ green 223 ◦ blue 19

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

Shades of Kelly Green #50DF13

Tints of Kelly Green #50DF13

RGB

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

 GREEN value IS 223 (87.5% from 255) = 69.25%

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

R = 24.84%
G = 69.25%
B = 5.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#50DF13 (or 0x50DF13) is known color: Kelly Green. HEX triplet: 50, DF and 13. RGB value is (80,223,19). Sum of RGB (Red+Green+Blue) = 80+223+19=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 223 (87.5% from 255 or 69.25% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DF13 is #AF20EC. Grayscale: #9D9D9D. Windows color (decimal): -11477229 or 1302352. OLE color: 1302352.

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

Color convert

RGB 80 223 19 -
CMYK 0.64 0 0.91 0.13
HSL 102.06º 0.84% 0.47% -
HSV(B) 102.06º 0.91% 0.87% -
XYZ 29.81 54.53 9.57 -
YUV 156.99 50.12 73.09 -
System Red Green Blue C M Y K H S L
Decimal 80 223 19 0.64 0 0.91 0.13 102.06 0.84 0.47
Hex 50 DF 13 40 0 5B D 66 54 2F
Octal 120 337 23 100 0 133 15 146 124 57
Binary 1010000 11011111 10011 1000000 0 1011011 1101 1100110 1010100 101111

Color Harmonies of #50DF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF13

Black with #50DF13

Text Example


Text Example

White with #50DF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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