Html Css Color HEX #50D20F Kelly Green

📋 copy color: '#50D20F'

red 80 ◦ green 210 ◦ blue 15

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

Shades of Kelly Green #50D20F

Tints of Kelly Green #50D20F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 68.85%

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 26.23%
G = 68.85%
B = 4.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#50D20F (or 0x50D20F) is known color: Kelly Green. HEX triplet: 50, D2 and 0F. RGB value is (80,210,15). Sum of RGB (Red+Green+Blue) = 80+210+15=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 210 (82.42% from 255 or 68.85% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 210 - color contains mainly: green. Hex color #50D20F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D20F is #AF2DF0. Grayscale: #959595. Windows color (decimal): -11480561 or 1036880. OLE color: 1036880.

HSL color Cylindrical-coordinate representation of color #50D20F: hue angle of 100º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50D20F is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 210 15 -
CMYK 0.62 0 0.93 0.18
HSL 100º 0.87% 0.44% -
HSV(B) 100º 0.93% 0.82% -
XYZ 26.44 47.83 8.29 -
YUV 148.9 52.43 78.86 -
System Red Green Blue C M Y K H S L
Decimal 80 210 15 0.62 0 0.93 0.18 100 0.87 0.44
Hex 50 D2 F 3E 0 5D 12 64 57 2C
Octal 120 322 17 76 0 135 22 144 127 54
Binary 1010000 11010010 1111 111110 0 1011101 10010 1100100 1010111 101100

Color Harmonies of #50D20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D20F

Black with #50D20F

Text Example


Text Example

White with #50D20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,210,15); }

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

background-color css

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

 a { background-color: rgb(80,210,15); }

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

border-color css

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

 span { border-color: rgb(80,210,15); }

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