Html Css Color HEX #50C71C Kelly Green

📋 copy color: '#50C71C'

red 80 ◦ green 199 ◦ blue 28

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

Shades of Kelly Green #50C71C

Tints of Kelly Green #50C71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 64.82%

 BLUE value IS 28 (11.33% from 255) = 9.12%

R = 26.06%
G = 64.82%
B = 9.12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#50C71C (or 0x50C71C) is known color: Kelly Green. HEX triplet: 50, C7 and 1C. RGB value is (80,199,28). Sum of RGB (Red+Green+Blue) = 80+199+28=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 199 (78.12% from 255 or 64.82% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 199 - color contains mainly: green. Hex color #50C71C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C71C is #AF38E3. Grayscale: #909090. Windows color (decimal): -11483364 or 1886032. OLE color: 1886032.

HSL color Cylindrical-coordinate representation of color #50C71C: hue angle of 101.75º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50C71C is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 199 28 -
CMYK 0.60 0 0.86 0.22
HSL 101.75º 0.75% 0.45% -
HSV(B) 101.75º 0.86% 0.78% -
XYZ 23.94 42.64 8.07 -
YUV 143.93 62.58 82.4 -
System Red Green Blue C M Y K H S L
Decimal 80 199 28 0.60 0 0.86 0.22 101.75 0.75 0.45
Hex 50 C7 1C 3C 0 56 16 66 4B 2D
Octal 120 307 34 74 0 126 26 146 113 55
Binary 1010000 11000111 11100 111100 0 1010110 10110 1100110 1001011 101101

Color Harmonies of #50C71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C71C

Black with #50C71C

Text Example


Text Example

White with #50C71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,199,28); }

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

background-color css

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

 a { background-color: rgb(80,199,28); }

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

border-color css

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

 span { border-color: rgb(80,199,28); }

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