Html Css Color HEX #50C701 Kelly Green

📋 copy color: '#50C701'

red 80 ◦ green 199 ◦ blue 1

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

Shades of Kelly Green #50C701

Tints of Kelly Green #50C701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 28.57%
G = 71.07%
B = 0.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#50C701 (or 0x50C701) is known color: Kelly Green. HEX triplet: 50, C7 and 01. RGB value is (80,199,1). Sum of RGB (Red+Green+Blue) = 80+199+1=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 199 (78.12% from 255 or 71.07% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 199 - color contains mainly: green. Hex color #50C701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C701 is #AF38FE. Grayscale: #8D8D8D. Windows color (decimal): -11483391 or 116560. OLE color: 116560.

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

Color convert

RGB 80 199 1 -
CMYK 0.60 0 0.99 0.22
HSL 96.06º 0.99% 0.39% -
HSV(B) 96.06º 0.99% 0.78% -
XYZ 23.74 42.55 6.99 -
YUV 140.85 49.08 84.6 -
System Red Green Blue C M Y K H S L
Decimal 80 199 1 0.60 0 0.99 0.22 96.06 0.99 0.39
Hex 50 C7 1 3C 0 63 16 60 63 27
Octal 120 307 1 74 0 143 26 140 143 47
Binary 1010000 11000111 1 111100 0 1100011 10110 1100000 1100011 100111

Color Harmonies of #50C701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C701

Black with #50C701

Text Example


Text Example

White with #50C701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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