Html Css Color HEX #50D80F Kelly Green

📋 copy color: '#50D80F'

red 80 ◦ green 216 ◦ blue 15

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

Shades of Kelly Green #50D80F

Tints of Kelly Green #50D80F

RGB

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

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

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

R = 25.72%
G = 69.45%
B = 4.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#50D80F (or 0x50D80F) is known color: Kelly Green. HEX triplet: 50, D8 and 0F. RGB value is (80,216,15). Sum of RGB (Red+Green+Blue) = 80+216+15=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 216 (84.77% from 255 or 69.45% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 216 - color contains mainly: green. Hex color #50D80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D80F is #AF27F0. Grayscale: #999999. Windows color (decimal): -11479025 or 1038416. OLE color: 1038416.

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

Color convert

RGB 80 216 15 -
CMYK 0.63 0 0.93 0.15
HSL 100.6º 0.87% 0.45% -
HSV(B) 100.6º 0.93% 0.85% -
XYZ 27.95 50.85 8.79 -
YUV 152.42 50.44 76.34 -
System Red Green Blue C M Y K H S L
Decimal 80 216 15 0.63 0 0.93 0.15 100.6 0.87 0.45
Hex 50 D8 F 3F 0 5D F 65 57 2D
Octal 120 330 17 77 0 135 17 145 127 55
Binary 1010000 11011000 1111 111111 0 1011101 1111 1100101 1010111 101101

Color Harmonies of #50D80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D80F

Black with #50D80F

Text Example


Text Example

White with #50D80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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