Html Css Color HEX #50C600 Kelly Green

📋 copy color: '#50C600'

red 80 ◦ green 198 ◦ blue 0

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

Shades of Kelly Green #50C600

Tints of Kelly Green #50C600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 71.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 28.78%
G = 71.22%
B = 0%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#50C600 (or 0x50C600) is known color: Kelly Green. HEX triplet: 50, C6 and 00. RGB value is (80,198,0). Sum of RGB (Red+Green+Blue) = 80+198+0=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 198 (77.73% from 255 or 71.22% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 198 - color contains mainly: green. Hex color #50C600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C600 is #AF39FF. Grayscale: #8C8C8C. Windows color (decimal): -11483648 or 50768. OLE color: 50768.

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

Color convert

RGB 80 198 0 -
CMYK 0.60 0 1 0.22
HSL 95.76º 1% 0.39% -
HSV(B) 95.76º 1% 0.78% -
XYZ 23.5 42.09 6.89 -
YUV 140.15 48.91 85.1 -
System Red Green Blue C M Y K H S L
Decimal 80 198 0 0.60 0 1 0.22 95.76 1 0.39
Hex 50 C6 0 3C 0 64 16 60 64 27
Octal 120 306 0 74 0 144 26 140 144 47
Binary 1010000 11000110 0 111100 0 1100100 10110 1100000 1100100 100111

Color Harmonies of #50C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C600

Black with #50C600

Text Example


Text Example

White with #50C600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,198,0); }

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

background-color css

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

 a { background-color: rgb(80,198,0); }

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

border-color css

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

 span { border-color: rgb(80,198,0); }

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